Skip to content

Commit

Permalink
Disable the none_backend test
Browse files Browse the repository at this point in the history
It has been broken for nearly 3 years and takes 2 hours to time out.
  • Loading branch information
edolstra committed Sep 26, 2019
1 parent 2b06ab1 commit 21dde70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,10 @@ in rec {
meta.description = "Nix package for ${stdenv.system}";
});

/*
tests.none_backend = (import ./tests/none-backend.nix {
nixops = build.x86_64-linux;
system = "x86_64-linux";
}).test;
*/
}

0 comments on commit 21dde70

Please sign in to comment.