Skip to content

Commit

Permalink
fix(e2e): disable ensure blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Apr 30, 2024
1 parent d3899c2 commit 33ad6da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/all-tests.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
};
in
{
ensure-blocks = import ./ensure-blocks/ensure-blocks.nix { inherit e2e networks pkgs nixpkgs crane; };
# Disabled
# ensure-blocks = import ./ensure-blocks/ensure-blocks.nix { inherit e2e networks pkgs nixpkgs crane; };

# Tests from ./epoch-staking.nix
epoch-completes = epoch-staking.epoch-completes;
Expand Down

0 comments on commit 33ad6da

Please sign in to comment.