Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit 18180a2

Browse files
macfarlagaryschulte
authored andcommitted
[FLAKE] disable CliqueProposeRpcAcceptanceTests x 2 (#8035)
Signed-off-by: Sally MacFarlane <[email protected]>
1 parent 5c7e6d6 commit 18180a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

acceptance-tests/tests/src/test/java/org/hyperledger/besu/tests/acceptance/clique/CliqueProposeRpcAcceptanceTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
import java.io.IOException;
2323

24+
import org.junit.jupiter.api.Disabled;
2425
import org.junit.jupiter.api.Test;
2526

2627
public class CliqueProposeRpcAcceptanceTest extends AcceptanceTestBase {
@@ -59,6 +60,7 @@ public void shouldRemoveValidators() throws IOException {
5960
cluster.verify(clique.validatorsEqual(minerNode1, minerNode2));
6061
}
6162

63+
@Disabled
6264
@Test
6365
public void shouldNotAddValidatorWhenInsufficientVotes() throws IOException {
6466
final String[] initialValidators = {"miner1", "miner2"};
@@ -90,6 +92,7 @@ public void shouldNotRemoveValidatorWhenInsufficientVotes() throws IOException {
9092
cluster.verify(clique.validatorsEqual(minerNode1, minerNode2, minerNode3));
9193
}
9294

95+
@Disabled
9396
@Test
9497
public void shouldIncludeVoteInBlockHeader() throws IOException {
9598
final String[] initialValidators = {"miner1", "miner2"};

0 commit comments

Comments
 (0)