Skip to content

Commit 55765a4

Browse files
committed
run oci test container in privileged mode
1 parent 8f84b33 commit 55765a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test-cases/local-registry/integration.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ test("local-registry login <oci>", async () => {
4242
cwd: "tests/test-cases/local-registry",
4343
job: ["registry-login-oci"],
4444
registry: true,
45+
privileged: true,
4546
}, writeStreams);
4647

4748

0 commit comments

Comments
 (0)