Skip to content

Commit b2f754c

Browse files
abmusseaduh95
authored andcommitted
test: skip test-fs-watch-recursive-delete.js on IBM i
PR-URL: #52645 Refs: #52640 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Xuguang Mei <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
1 parent 4d577fa commit b2f754c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/parallel/test-fs-watch-recursive-delete.js

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ const fs = require('fs');
77
if (common.isSunOS)
88
common.skip('SunOS behaves differently');
99

10+
if (common.isIBMi)
11+
common.skip('IBMi does not support `fs.watch()`');
12+
1013
tmpdir.refresh();
1114

1215
fs.mkdirSync(tmpdir.resolve('./parent/child'), { recursive: true });

0 commit comments

Comments
 (0)