fix(overlays): exclude failing x86-64-v3 tests
treefmt / nix fmt (pull_request) Successful in 4s
build_systems / build-portal-1 (pull_request) Failing after 14m14s
build_systems / build-rhapsody-in-green (pull_request) Canceled after 14m42s
build_systems / build-brain (pull_request) Canceled after 14m46s
build_systems / build-bob (pull_request) Canceled after 14m47s
build_systems / build-jeeves (pull_request) Canceled after 14m46s
test ebook search / test-ebook-search (pull_request) Successful in 36m59s
pytest / pytest (pull_request) Successful in 37m0s

Skip the flaky GnuTLS UDP readiness test and the SciPy FFT tests whose
precision differences are acceptable for our workloads.
This commit is contained in:
2026-09-11 11:07:28 -04:00
parent 6927114c61
commit 6ca3d9c4b2
2 changed files with 34 additions and 0 deletions
+2
View File
@@ -15,6 +15,8 @@
};
};
test-exclusions = import ./test-exclusions.nix;
python-env = final: _prev: {
my_python = final.python314.withPackages (
ps: with ps; [