Skip to content

Commit e3f4e9c

Browse files
add skip reason to topology tests
1 parent d039c21 commit e3f4e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/sdam/topology.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ describe('Topology (unit)', function () {
298298
const { major } = coerce(process.version);
299299
test.skipReason =
300300
major === 18 || major === 20
301-
? 'TODO(NODE-xxxx): fix failing unit tests on Node18'
301+
? 'TODO(NODE-5666): fix failing unit tests on Node18'
302302
: undefined;
303303

304304
if (test.skipReason) this.skip();

0 commit comments

Comments
 (0)