Skip to content

Commit 1e88e04

Browse files
abmussemarco-ippolito
authored andcommittedMay 3, 2024
test: skip test-fs-watch-recursive-delete.js on IBM i
PR-URL: #52645 Refs: #52640 Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Xuguang Mei <meixuguang@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
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

+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)
Please sign in to comment.