Skip to content

Commit

Permalink
chore: remove nix rules for e2e tests (dfinity#1915)
Browse files Browse the repository at this point in the history
This is so they don't run on hydra.  You can still use nix to run end to end tests locally with one of:
  nix-shell --pure -A e2e-tests.shell --option extra-binary-caches https://nix.dfinity.systems .
  nix-shell --pure -A e2e-tests-ic-ref.shell --option extra-binary-caches https://nix.dfinity.systems .
  • Loading branch information
ericswanson-dfinity authored Nov 9, 2021
1 parent fe3d48f commit 12f7b8b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 146 deletions.
3 changes: 0 additions & 3 deletions e2e/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ let
};
in
{
dfx = import ./tests-dfx args;
replica = import ./tests-replica args;

shell = pkgs.runCommandNoCC "e2e-test-shell${lib.optionalString use_ic_ref "-use_ic_ref"}" {
nativeBuildInputs = with pkgs; [
bats
Expand Down
71 changes: 0 additions & 71 deletions e2e/tests-dfx/default.nix

This file was deleted.

72 changes: 0 additions & 72 deletions e2e/tests-replica/default.nix

This file was deleted.

0 comments on commit 12f7b8b

Please sign in to comment.