fix(overlays): exclude failing x86-64-v3 tests

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 19:27:05 -04:00
parent 66f40d5c2a
commit 7c9c7b1451
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; [