Skip to content

Commit

Permalink
fix: Disable flaky test flash_blocks_on_epoch_3 for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
jbencin committed Jan 31, 2025
1 parent cade537 commit 6041be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bitcoin-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- tests::should_succeed_handling_malformed_and_valid_txs
- tests::nakamoto_integrations::simple_neon_integration
# Disable this flaky test. We don't need continue testing Epoch 2 -> 3 transition
- tests::nakamoto_integrations::flash_blocks_on_epoch_3_FLAKY
# - tests::nakamoto_integrations::flash_blocks_on_epoch_3_FLAKY
- tests::nakamoto_integrations::mine_multiple_per_tenure_integration
- tests::nakamoto_integrations::block_proposal_api_endpoint
- tests::nakamoto_integrations::miner_writes_proposed_block_to_stackerdb
Expand Down

0 comments on commit 6041be6

Please sign in to comment.