From bad66facbc1b555d8883534c27ada586fc15df9c Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 7 May 2026 14:14:06 +0900 Subject: container: improve capability handling This cleans up preserving caps for expansion and correctly sets privileged caps. Signed-off-by: Ophestra --- container/container_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'container/container_test.go') diff --git a/container/container_test.go b/container/container_test.go index f34035b2..48b6e8a4 100644 --- a/container/container_test.go +++ b/container/container_test.go @@ -537,7 +537,6 @@ func testContainerCancel( containerExtra func(c *container.Container), waitCheck func(ps *os.ProcessState, waitErr error), ) { - t.Parallel() ctx, cancel := context.WithCancel(t.Context()) c := helperNewContainer(ctx, "block") -- cgit v1.3.1