From 9cc7d187529ced7f21416ef3b70c03cb8102f358 Mon Sep 17 00:00:00 2001 From: eldritch horrors Date: Mon, 3 Mar 2025 23:34:40 +0100 Subject: [PATCH] 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 --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index db0aceb31..8d0d062fb 100644 --- a/flake.nix +++ b/flake.nix @@ -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.