diff --git a/integration/client/container_linux_test.go b/integration/client/container_linux_test.go index ac6d2ea34..9fd76e0b8 100644 --- a/integration/client/container_linux_test.go +++ b/integration/client/container_linux_test.go @@ -1117,7 +1117,6 @@ func TestContainerKillInitPidHost(t *testing.T) { } func TestUserNamespaces(t *testing.T) { - t.Parallel() t.Run("WritableRootFS", func(t *testing.T) { testUserNamespaces(t, false) }) // see #1373 and runc#1572 t.Run("ReadonlyRootFS", func(t *testing.T) { testUserNamespaces(t, true) })