Skip to content

Commit 31b0e36

Browse files
GaetanLepagenix-infra-bot
authored andcommitted
[TO-REVERT] tests: disable failing-tests
NixOS/nixpkgs#375585
1 parent e935f7a commit 31b0e36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/default.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ in
3737
extend = callTest ./extend.nix { };
3838
extra-files = callTest ./extra-files.nix { };
3939
enable-except-in-tests = callTest ./enable-except-in-tests.nix { };
40-
failing-tests = callTest ./failing-tests.nix { };
40+
# TODO: re-enable when https://github.com/NixOS/nixpkgs/pull/375585 lands in nixos-unstable
41+
# failing-tests = callTest ./failing-tests.nix { };
4142
no-flake = callTest ./no-flake.nix { };
4243
lib-tests = callTest ./lib-tests.nix { };
4344
maintainers = callTest ./maintainers.nix { };

0 commit comments

Comments
 (0)