Skip to content

Commit

Permalink
fix(e2e): disable ensure-blocks (#1848)
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang authored Apr 30, 2024
2 parents d3899c2 + 17c6e6c commit 1ed59b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Nightly

on:
workflow_dispatch:
workflow_call:
schedule:
- cron: '0 4 * * *'
Expand Down
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 1ed59b5

Please sign in to comment.