Skip to content

Commit

Permalink
fix: Removed unhealthy node from ClientIntegration test suite
Browse files Browse the repository at this point in the history
Signed-off-by: ivaylogarnev-limechain <[email protected]>
  • Loading branch information
ivaylogarnev-limechain committed Jan 28, 2025
1 parent ef5f979 commit 680b3f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/ClientIntegrationTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ describe("ClientIntegration", function () {
"0.testnet.hedera.com:50211": new AccountId(3),
"34.94.106.61:50211": new AccountId(3),
"50.18.132.211:50211": new AccountId(3),
"138.91.142.219:50211": new AccountId(3),
// IP address currently not responding
// "138.91.142.219:50211": new AccountId(3)
};

const clientForNetwork = Client.forNetwork(nodes);
Expand Down

0 comments on commit 680b3f7

Please sign in to comment.