Skip to content

Commit

Permalink
Testing: run only single vm test
Browse files Browse the repository at this point in the history
While the tests work reliably locally they keep on failing on hydra.
This limits the vm tests to a single one to see if this makes any
difference in the stability.
  • Loading branch information
gilligan committed Apr 8, 2021
1 parent 6771caa commit 8838092
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nix/tests/vm.nix
Expand Up @@ -12,10 +12,10 @@ let
testing = import (pkgs.path + "/nixos/lib/testing-python.nix") { system = builtins.currentSystem; };
makeTest = testing.makeTest;
tests = pkgs.recurseIntoAttrs {
plutus-playground-server = pkgs.callPackage ./vm-tests/plutus-playground.nix { inherit makeTest plutus-playground; };
marlowe-playground-server = pkgs.callPackage ./vm-tests/marlowe-playground.nix { inherit makeTest marlowe-playground; };
web-ghc = pkgs.callPackage ./vm-tests/web-ghc.nix { inherit makeTest web-ghc; };
pab = pkgs.callPackage ./vm-tests/pab.nix { inherit makeTest plutus-pab marlowe-dashboard; };
#plutus-playground-server = pkgs.callPackage ./vm-tests/plutus-playground.nix { inherit makeTest plutus-playground; };
#marlowe-playground-server = pkgs.callPackage ./vm-tests/marlowe-playground.nix { inherit makeTest marlowe-playground; };
#web-ghc = pkgs.callPackage ./vm-tests/web-ghc.nix { inherit makeTest web-ghc; };
#pab = pkgs.callPackage ./vm-tests/pab.nix { inherit makeTest plutus-pab marlowe-dashboard; };
all = pkgs.callPackage ./vm-tests/all.nix { inherit makeTest plutus-playground marlowe-playground marlowe-dashboard web-ghc marlowe-app plutus-pab vmCompileTests; };
};
in
Expand Down

0 comments on commit 8838092

Please sign in to comment.