Commit afab9af9 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada
Browse files

nixos-rebuild-ng: disable test that times out in @ofborg

parent 016cbd95
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -133,7 +133,8 @@ python3Packages.buildPythonApplication rec {
        };

        inherit (nixosTests)
          nixos-rebuild-install-bootloader-ng
          # FIXME: this test is disabled since it times out in @ofborg
          # nixos-rebuild-install-bootloader-ng
          nixos-rebuild-specialisations-ng
          nixos-rebuild-target-host-ng
          ;