diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix index 4fd1c64693ac..0253d028c4d5 100644 --- a/nixos/tests/all-tests.nix +++ b/nixos/tests/all-tests.nix @@ -1261,7 +1261,7 @@ in sanoid = runTest ./sanoid.nix; saunafs = runTest ./saunafs.nix; scaphandre = handleTest ./scaphandre.nix { }; - schleuder = handleTest ./schleuder.nix { }; + schleuder = runTest ./schleuder.nix; scion-freestanding-deployment = handleTest ./scion/freestanding-deployment { }; scrutiny = runTest ./scrutiny.nix; scx = runTest ./scx/default.nix; diff --git a/nixos/tests/schleuder.nix b/nixos/tests/schleuder.nix index 2dab607cbd2f..051acd799d04 100644 --- a/nixos/tests/schleuder.nix +++ b/nixos/tests/schleuder.nix @@ -2,7 +2,7 @@ let certs = import ./common/acme/server/snakeoil-certs.nix; domain = certs.domain; in -import ./make-test-python.nix { +{ name = "schleuder"; nodes.machine = { pkgs, ... }: