mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-10 07:58:03 -05:00
ignore flaky test (#7211)
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
This commit is contained in:
@@ -17,6 +17,7 @@ package org.hyperledger.besu.tests.acceptance.permissioning;
|
||||
import org.hyperledger.besu.tests.acceptance.dsl.node.Node;
|
||||
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
public class NodeSmartContractPermissioningOutOfSyncAcceptanceTest
|
||||
@@ -42,6 +43,7 @@ public class NodeSmartContractPermissioningOutOfSyncAcceptanceTest
|
||||
}
|
||||
|
||||
@Test
|
||||
@Disabled("test is flaky #7108")
|
||||
public void addNodeToClusterAndVerifyNonBootNodePeerConnectionWorksAfterSync() {
|
||||
final long blockchainHeight = 25L;
|
||||
waitForBlockHeight(permissionedNodeA, blockchainHeight);
|
||||
|
||||
@@ -25,8 +25,10 @@ import java.util.List;
|
||||
import javax.annotation.Nonnull;
|
||||
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
@Disabled("flaky test #7155")
|
||||
public class NodesSmartContractPermissioningStaticNodesAcceptanceTest
|
||||
extends NodeSmartContractPermissioningAcceptanceTestBase {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user