Skip to content

Commit 6041be6

Browse files
committed
fix: Disable flaky test flash_blocks_on_epoch_3 for real this time
1 parent cade537 commit 6041be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bitcoin-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- tests::should_succeed_handling_malformed_and_valid_txs
8585
- tests::nakamoto_integrations::simple_neon_integration
8686
# Disable this flaky test. We don't need continue testing Epoch 2 -> 3 transition
87-
- tests::nakamoto_integrations::flash_blocks_on_epoch_3_FLAKY
87+
# - tests::nakamoto_integrations::flash_blocks_on_epoch_3_FLAKY
8888
- tests::nakamoto_integrations::mine_multiple_per_tenure_integration
8989
- tests::nakamoto_integrations::block_proposal_api_endpoint
9090
- tests::nakamoto_integrations::miner_writes_proposed_block_to_stackerdb

0 commit comments

Comments
 (0)