Skip to content

Commit 10a6e2a

Browse files
authored
Remove Clio Devnet from ITs (#613)
This devnet is failing due to TLS issues with a new webserver. This test currently runs against Clio in Testnet and Mainnet, which is sufficient enough to mean we don’t need to test against this removed Clio Devnet endpoint.
1 parent c0fb168 commit 10a6e2a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

xrpl4j-integration-tests/src/test/java/org/xrpl/xrpl4j/tests/ServerInfoIT.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@ public void testServerInfoAcrossAllTypes() throws JsonRpcClientErrorException, I
9191
reportingModeServerInfo -> fail("Shouldn't be a Reporting server")
9292
);
9393

94-
// Ripple Devnet (Clio)
95-
getXrplClient(HttpUrl.parse("https://clio.devnet.rippletest.net:51234/")).serverInformation().info().handle(
96-
rippledServerInfo -> fail("Shouldn't be a rippled server"),
97-
this::assertValidNetworkId,
98-
reportingModeServerInfo -> fail("Shouldn't be a Reporting server")
99-
);
10094
}
10195

10296
private String getType(ServerInfo info) {

0 commit comments

Comments
 (0)