Skip to content

Commit e029c8d

Browse files
committed
fix: missed one fix for ping.test.ts
1 parent 5354256 commit e029c8d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/nodes/ping.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ describe('ping', () => {
117117
globalThis.failedConnectionTimeout,
118118
);
119119
// FIXME: skipped because problem with RPC processing messages after timeout
120-
testUtils.testIf(testUtils.isTestPlatformEmpty).skip(
120+
// testUtils.testIf(testUtils.isTestPlatformEmpty)
121+
testUtils.testIf(false)(
121122
'fails if node cannot be found',
122123
async () => {
123124
const fakeNodeId = nodesUtils.decodeNodeId(

0 commit comments

Comments
 (0)