We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ping.test.ts
1 parent 5354256 commit e029c8dCopy full SHA for e029c8d
1 file changed
tests/nodes/ping.test.ts
@@ -117,7 +117,8 @@ describe('ping', () => {
117
globalThis.failedConnectionTimeout,
118
);
119
// FIXME: skipped because problem with RPC processing messages after timeout
120
- testUtils.testIf(testUtils.isTestPlatformEmpty).skip(
+ // testUtils.testIf(testUtils.isTestPlatformEmpty)
121
+ testUtils.testIf(false)(
122
'fails if node cannot be found',
123
async () => {
124
const fakeNodeId = nodesUtils.decodeNodeId(
0 commit comments