Skip to content

Commit 4830d9d

Browse files
committed
test: defining a first set of tags and apply them on a few tests as an example, #6033
1 parent f5fac87 commit 4830d9d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

testnet/stacks-node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ default = []
7171
testing = []
7272

7373
[package.metadata.pinny]
74-
allowed = ["fast", "slow", "signer", "bitcoind"]
74+
allowed = ["bitcoind", "flaky", "slow"]

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1488,7 +1488,7 @@ pub fn wait_for_state_machine_update(
14881488
})
14891489
}
14901490

1491-
#[tag(fast, signer, bitcoind)]
1491+
#[tag(bitcoind)]
14921492
#[test]
14931493
#[ignore]
14941494
/// Test that a signer can respond to an invalid block proposal
@@ -10122,6 +10122,7 @@ fn multiple_miners_empty_sortition() {
1012210122
miners.shutdown();
1012310123
}
1012410124

10125+
#[tag(bitcoind, flaky, slow)]
1012510126
#[test]
1012610127
#[ignore]
1012710128
/// This test spins up a single nakamoto node configured to mine.

0 commit comments

Comments
 (0)