Skip to content

Commit b1e06fc

Browse files
committed
fixup! skip AIX as watch is limited
1 parent d8c53f8 commit b1e06fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/parallel/test-runner-watch-mode-complex.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ import { writeFileSync, unlinkSync } from 'node:fs';
77
import util from 'internal/util';
88
import tmpdir from '../common/tmpdir.js';
99

10-
1110
if (common.isIBMi)
1211
common.skip('IBMi does not support `fs.watch()`');
1312

13+
if (common.isAIX)
14+
common.skip('folder watch capability is limited in AIX.');
15+
1416
tmpdir.refresh();
1517

1618
// This test updates these files repeatedly,

0 commit comments

Comments
 (0)