Skip to content

Commit ec89da9

Browse files
committed
CI: disable signer_set_rollover and mine_2_nakamoto_reward_cycles
* these tests work fine locally, but in CI, they just timeout after 30 minutes without any logging
1 parent 9822ef1 commit ec89da9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/bitcoin-tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ jobs:
8686
- tests::nakamoto_integrations::nakamoto_attempt_time
8787
- tests::signer::v0::block_proposal_rejection
8888
- tests::signer::v0::miner_gather_signatures
89-
- tests::signer::v0::mine_2_nakamoto_reward_cycles
9089
- tests::signer::v0::end_of_tenure
9190
- tests::signer::v0::forked_tenure_okay
9291
- tests::signer::v0::forked_tenure_invalid
@@ -95,7 +94,6 @@ jobs:
9594
- tests::signer::v0::multiple_miners
9695
- tests::signer::v0::mock_sign_epoch_25
9796
- tests::signer::v0::multiple_miners_mock_sign_epoch_25
98-
- tests::signer::v0::signer_set_rollover
9997
- tests::signer::v0::miner_forking
10098
- tests::signer::v0::reloads_signer_set_in
10199
- tests::signer::v0::signers_broadcast_signed_blocks
@@ -120,6 +118,11 @@ jobs:
120118
- tests::nakamoto_integrations::utxo_check_on_startup_recover
121119
- tests::signer::v0::multiple_miners_with_nakamoto_blocks
122120
- tests::signer::v0::partial_tenure_fork
121+
# The following 2 tests work locally, but fail on CI.
122+
# Locally, they both run consistently quite quickly, but on
123+
# CI, they timeout without any logging. Disabling in CI for now.
124+
# - tests::signer::v0::mine_2_nakamoto_reward_cycles
125+
# - tests::signer::v0::signer_set_rollover
123126
# Do not run this one until we figure out why it fails in CI
124127
# - tests::neon_integrations::bitcoin_reorg_flap
125128
# - tests::neon_integrations::bitcoin_reorg_flap_with_follower

0 commit comments

Comments
 (0)