86
86
- tests::nakamoto_integrations::nakamoto_attempt_time
87
87
- tests::signer::v0::block_proposal_rejection
88
88
- tests::signer::v0::miner_gather_signatures
89
- - tests::signer::v0::mine_2_nakamoto_reward_cycles
90
89
- tests::signer::v0::end_of_tenure
91
90
- tests::signer::v0::forked_tenure_okay
92
91
- tests::signer::v0::forked_tenure_invalid
95
94
- tests::signer::v0::multiple_miners
96
95
- tests::signer::v0::mock_sign_epoch_25
97
96
- tests::signer::v0::multiple_miners_mock_sign_epoch_25
98
- - tests::signer::v0::signer_set_rollover
99
97
- tests::signer::v0::miner_forking
100
98
- tests::signer::v0::reloads_signer_set_in
101
99
- tests::signer::v0::signers_broadcast_signed_blocks
@@ -120,6 +118,11 @@ jobs:
120
118
- tests::nakamoto_integrations::utxo_check_on_startup_recover
121
119
- tests::signer::v0::multiple_miners_with_nakamoto_blocks
122
120
- 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
123
126
# Do not run this one until we figure out why it fails in CI
124
127
# - tests::neon_integrations::bitcoin_reorg_flap
125
128
# - tests::neon_integrations::bitcoin_reorg_flap_with_follower
0 commit comments