Skip to content

Commit 9bbebd0

Browse files
committed
Add rejected_blocks_count_towards_miner_validity to bitcoin-tests.yml
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent 0e9b2cf commit 9bbebd0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/bitcoin-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ jobs:
142142
- tests::signer::v0::outgoing_signers_ignore_block_proposals
143143
- tests::signer::v0::injected_signatures_are_ignored_across_boundaries
144144
- tests::signer::v0::block_proposal_timeout
145+
- tests::signer::v0::rejected_blocks_count_towards_miner_validity
145146
- tests::nakamoto_integrations::burn_ops_integration_test
146147
- tests::nakamoto_integrations::check_block_heights
147148
- tests::nakamoto_integrations::clarity_burn_state

testnet/stacks-node/src/tests/signer/v0.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11283,7 +11283,6 @@ fn rejected_blocks_count_towards_miner_validity() {
1128311283
);
1128411284

1128511285
info!("------------------------- Wait for Block N' Rejection -------------------------");
11286-
// TODO: need 429 handling enabled for this to pass here
1128711286
wait_for(30, || {
1128811287
let stackerdb_events = test_observer::get_stackerdb_chunks();
1128911288
let block_rejections = stackerdb_events

0 commit comments

Comments
 (0)