Skip to content

Commit

Permalink
test: skip test-fs-watch-recursive-delete.js on IBM i
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
abmusse authored and aduh95 committed Apr 29, 2024
1 parent 4d577fa commit b2f754c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/parallel/test-fs-watch-recursive-delete.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ const fs = require('fs');
if (common.isSunOS)
common.skip('SunOS behaves differently');

if (common.isIBMi)
common.skip('IBMi does not support `fs.watch()`');

tmpdir.refresh();

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

0 comments on commit b2f754c

Please sign in to comment.