Skip to content

Commit

Permalink
intentional acceptance test failure
Browse files Browse the repository at this point in the history
Signed-off-by: RoboCopsGoneSock <[email protected]>
  • Loading branch information
RoboCopsGoneSock authored Mar 4, 2024
1 parent dbc128f commit b7b904a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public void transactionShouldBeSuccessful() {
// the signature algorithm instance to SECP256R1 as it could influence other tests running at
// the same time. So we only execute the test when ProcessBesuNodeRunner is used, as there is
// not conflict because we use separate processes.
assumeThat(BesuNodeRunner.isProcessBesuNodeRunner()).isTrue();
assumeThat(BesuNodeRunner.isProcessBesuNodeRunner()).isFalse();

minerNode.verify(net.awaitPeerCount(1));
otherNode.verify(net.awaitPeerCount(1));
Expand Down

0 comments on commit b7b904a

Please sign in to comment.