internal/rosa/package/gnu: disable sed flaky test
Test / Create distribution (push) Successful in 57s
Test / Sandbox (push) Successful in 2m45s
Test / ShareFS (push) Successful in 3m55s
Test / Hakurei (push) Successful in 3m59s
Test / Sandbox (race detector) (push) Successful in 5m41s
Test / Hakurei (race detector) (push) Successful in 6m46s
Test / Flake checks (push) Successful in 3m1s

This is causing way too many spurious failures.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-07-05 23:02:02 +09:00
parent f0b6659865
commit 4a42657d88
+7
View File
@@ -155,6 +155,13 @@ package sed {
compress = gzip; compress = gzip;
}; };
writable = true;
early = `
test_disable() { chmod +w "$2" && echo "$1" > "$2"; }
test_disable '#!/bin/sh' testsuite/read-error-stale-errno.sh
`;
exec = make {}; exec = make {};
inputs = [ inputs = [