about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-05-13 15:39:09 +0200
committerGitHub <noreply@github.com>2024-05-13 15:39:09 +0200
commit2a2f796888b3bb1e6876a84cf559d95bb352efed (patch)
treec07eef3011c5f8c78fffe1460fe4d5cc14305f33 /nixos/tests/all-tests.nix
parenta85a74cb73973ae357565e163b8108c7d705a764 (diff)
parent32bf051ba48d9e0c7120d335ca2f33f858e3de97 (diff)
Merge pull request #308801 from jmbaur/switch-to-configuration-rs
nixos/switch-to-configuration: add new implementation
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index cbddae381399f..e6c17c2bd79be 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -873,7 +873,8 @@ in {
   swap-random-encryption = handleTest ./swap-random-encryption.nix {};
   sway = handleTest ./sway.nix {};
   swayfx = handleTest ./swayfx.nix {};
-  switchTest = handleTest ./switch-test.nix {};
+  switchTest = handleTest ./switch-test.nix { ng = false; };
+  switchTestNg = handleTest ./switch-test.nix { ng = true; };
   sympa = handleTest ./sympa.nix {};
   syncthing = handleTest ./syncthing.nix {};
   syncthing-no-settings = handleTest ./syncthing-no-settings.nix {};