mirror of
https://github.com/opencontainers/runc.git
synced 2026-04-22 23:17:17 +08:00
*: clean t.Skip messages
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
This commit is contained in:
@@ -470,7 +470,7 @@ func TestDupNamespaces(t *testing.T) {
|
||||
|
||||
func TestNonZeroEUIDCompatibleSpecconvValidate(t *testing.T) {
|
||||
if _, err := os.Stat("/proc/self/ns/user"); os.IsNotExist(err) {
|
||||
t.Skip("userns is unsupported")
|
||||
t.Skip("Test requires userns.")
|
||||
}
|
||||
|
||||
spec := Example()
|
||||
|
||||
Reference in New Issue
Block a user