diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-07 14:14:06 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-07 14:27:28 +0900 |
| commit | bad66facbc1b555d8883534c27ada586fc15df9c (patch) | |
| tree | ccd725b91e878c98eb9694397346fd0b32cff221 /container/container_test.go | |
| parent | 4aba014eac0c11bd184364b506b3e15d5716e947 (diff) | |
container: improve capability handling
This cleans up preserving caps for expansion and correctly sets privileged caps.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'container/container_test.go')
| -rw-r--r-- | container/container_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
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") |
