diff --git a/integration-tests/src/test/java/org/web3j/protocol/geth/GethIT.java b/integration-tests/src/test/java/org/web3j/protocol/geth/GethIT.java index 696f4b9e1..9bc772db6 100644 --- a/integration-tests/src/test/java/org/web3j/protocol/geth/GethIT.java +++ b/integration-tests/src/test/java/org/web3j/protocol/geth/GethIT.java @@ -28,6 +28,7 @@ import static org.junit.jupiter.api.Assertions.assertFalse; import static org.junit.jupiter.api.Assertions.assertNotNull; +@Disabled @EVMTest(type = NodeType.GETH) public class GethIT {