filter: skip the read-only directory test as root, ci's runner ignores mode bits
Gates / frontend (push) Successful in 2m3s
Gates / test (push) Successful in 2m33s
Gates / test-aarch64 (push) Successful in 8m14s
Gates / package (push) Successful in 52s
Gates / container (push) Successful in 14s
CI / gates (push) Successful in 12m0s
Release / guard (push) Successful in 33s
Gates / frontend (push) Successful in 2m36s
Gates / test (push) Successful in 3m47s
Gates / test-aarch64 (push) Successful in 7m24s
Gates / package (push) Successful in 50s
Gates / container (push) Successful in 15s
Release / gates (push) Successful in 12m19s
Release / publish (push) Successful in 6m37s
Gates / frontend (push) Successful in 2m3s
Gates / test (push) Successful in 2m33s
Gates / test-aarch64 (push) Successful in 8m14s
Gates / package (push) Successful in 52s
Gates / container (push) Successful in 14s
CI / gates (push) Successful in 12m0s
Release / guard (push) Successful in 33s
Gates / frontend (push) Successful in 2m36s
Gates / test (push) Successful in 3m47s
Gates / test-aarch64 (push) Successful in 7m24s
Gates / package (push) Successful in 50s
Gates / container (push) Successful in 15s
Release / gates (push) Successful in 12m19s
Release / publish (push) Successful in 6m37s
This commit is contained in:
@@ -1067,6 +1067,8 @@ test "6: a 404 leaves the compiled files and the snapshot untouched" {
|
|||||||
|
|
||||||
test "6b: a local failure reports itself, not the previous source's network fault" {
|
test "6b: a local failure reports itself, not the previous source's network fault" {
|
||||||
if (!build_options.integration) return error.SkipZigTest;
|
if (!build_options.integration) return error.SkipZigTest;
|
||||||
|
// Mode bits do not apply to root, so the denial the test needs cannot happen.
|
||||||
|
if (std.c.geteuid() == 0) return error.SkipZigTest;
|
||||||
|
|
||||||
const gpa = testing.allocator;
|
const gpa = testing.allocator;
|
||||||
const env = try Env.create(gpa);
|
const env = try Env.create(gpa);
|
||||||
|
|||||||
Reference in New Issue
Block a user