File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
testnet/stacks-node/src/tests/signer Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ jobs:
142
142
- tests::signer::v0::outgoing_signers_ignore_block_proposals
143
143
- tests::signer::v0::injected_signatures_are_ignored_across_boundaries
144
144
- tests::signer::v0::block_proposal_timeout
145
+ - tests::signer::v0::rejected_blocks_count_towards_miner_validity
145
146
- tests::nakamoto_integrations::burn_ops_integration_test
146
147
- tests::nakamoto_integrations::check_block_heights
147
148
- tests::nakamoto_integrations::clarity_burn_state
Original file line number Diff line number Diff line change @@ -11283,7 +11283,6 @@ fn rejected_blocks_count_towards_miner_validity() {
11283
11283
) ;
11284
11284
11285
11285
info ! ( "------------------------- Wait for Block N' Rejection -------------------------" ) ;
11286
- // TODO: need 429 handling enabled for this to pass here
11287
11286
wait_for ( 30 , || {
11288
11287
let stackerdb_events = test_observer:: get_stackerdb_chunks ( ) ;
11289
11288
let block_rejections = stackerdb_events
You can’t perform that action at this time.
0 commit comments