disable n-e-j test until it is fixed

ma27 said it's okay. this thing fails every other ci build because it's buggy.

Change-Id: Iecfd793c22b8721c2e59e105167637d72dc53cba
This commit is contained in:
eldritch horrors
2025-03-03 23:34:40 +01:00
parent 14067da947
commit 9cc7d18752
+2 -1
View File
@@ -293,7 +293,8 @@
# System tests.
tests = import ./tests/nixos { inherit lib nixpkgs nixpkgsFor; } // {
nix-eval-jobs = forAllSystems (system: self.packages.${system}.nix-eval-jobs.tests.nix-eval-jobs);
# this test is *incredibly* flaky, sometimes taking six tries in ci to unflake
# nix-eval-jobs = forAllSystems (system: self.packages.${system}.nix-eval-jobs.tests.nix-eval-jobs);
# This is x86_64-linux only, just because we have significantly
# cheaper x86_64-linux compute in CI.