From d3dd1499fc288c4e68b9648bc3434e85ebf64127 Mon Sep 17 00:00:00 2001 From: Sergey Kanzhelev Date: Wed, 10 Nov 2021 07:25:02 +0000 Subject: [PATCH] fish out ShareProcessNamespace from orphans tab --- test/e2e_node/security_context_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e_node/security_context_test.go b/test/e2e_node/security_context_test.go index 5bc0184e450..cba71e82cdf 100644 --- a/test/e2e_node/security_context_test.go +++ b/test/e2e_node/security_context_test.go @@ -41,7 +41,7 @@ var _ = SIGDescribe("Security Context", func() { podClient = f.PodClient() }) - ginkgo.Context("Container PID namespace sharing", func() { + ginkgo.Context("[NodeConformance][LinuxOnly] Container PID namespace sharing", func() { ginkgo.It("containers in pods using isolated PID namespaces should all receive PID 1", func() { ginkgo.By("Create a pod with isolated PID namespaces.") f.PodClient().CreateSync(&v1.Pod{