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 <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>
  • Loading branch information
abmusse committed Apr 24, 2024
1 parent bed1fa9 commit ddd0a9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/parallel/test-fs-watch-recursive-delete.js
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 ddd0a9e

Please sign in to comment.