From 5bd71b247437156df7e644d2f959bdf83fa1dceb Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 22 Jan 2025 18:04:45 +0100 Subject: [PATCH] Revert "[TO-REVERT] tests: disable failing-tests" This reverts commit 3c463c8e7fd6813c600ebf50cafe8e3abb7ecb7c. --- tests/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/default.nix b/tests/default.nix index 861692ab..15266faa 100644 --- a/tests/default.nix +++ b/tests/default.nix @@ -37,8 +37,7 @@ in extend = callTest ./extend.nix { }; extra-files = callTest ./extra-files.nix { }; enable-except-in-tests = callTest ./enable-except-in-tests.nix { }; - # TODO: re-enable when https://github.com/NixOS/nixpkgs/pull/375585 lands in nixos-unstable - # failing-tests = callTest ./failing-tests.nix { }; + failing-tests = callTest ./failing-tests.nix { }; no-flake = callTest ./no-flake.nix { }; lib-tests = callTest ./lib-tests.nix { }; maintainers = callTest ./maintainers.nix { };