Skip to content

Commit 1e8adfb

Browse files
committed
chore: add mutants::skip to process_sortition
1 parent 6785cf2 commit 1e8adfb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

testnet/stacks-node/src/nakamoto_node/relayer.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,9 @@ impl RelayerThread {
694694
/// this sortition matches the sortition tip and we have a parent to build atop.
695695
///
696696
/// Otherwise, returns None, meaning no action will be taken.
697+
// This method is covered by the e2e bitcoind tests, which do not show up
698+
// in mutant coverage.
699+
#[cfg_attr(test, mutants::skip)]
697700
fn process_sortition(
698701
&mut self,
699702
consensus_hash: ConsensusHash,

0 commit comments

Comments
 (0)