File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -71,4 +71,4 @@ default = []
71
71
testing = []
72
72
73
73
[package .metadata .pinny ]
74
- allowed = [" fast " , " slow " , " signer " , " bitcoind " ]
74
+ allowed = [" bitcoind " , " flaky " , " slow " ]
Original file line number Diff line number Diff line change @@ -1488,7 +1488,7 @@ pub fn wait_for_state_machine_update(
1488
1488
})
1489
1489
}
1490
1490
1491
- #[tag(fast, signer, bitcoind)]
1491
+ #[tag(bitcoind)]
1492
1492
#[test]
1493
1493
#[ignore]
1494
1494
/// Test that a signer can respond to an invalid block proposal
@@ -10122,6 +10122,7 @@ fn multiple_miners_empty_sortition() {
10122
10122
miners.shutdown();
10123
10123
}
10124
10124
10125
+ #[tag(bitcoind, flaky, slow)]
10125
10126
#[test]
10126
10127
#[ignore]
10127
10128
/// This test spins up a single nakamoto node configured to mine.
You can’t perform that action at this time.
0 commit comments