Skip to content

Commit 1e88e04

Browse files
abmussemarco-ippolito
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 26691e6 commit 1e88e04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
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)