mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
test: fix ibmi skip message
PR-URL: https://github.com/nodejs/node/pull/37821 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
341812b907
commit
7d672733c6
@ -11,7 +11,7 @@ if (!common.isMainThread)
|
||||
common.skip('Worker bootstrapping works differently -> different async IDs');
|
||||
|
||||
if (common.isIBMi)
|
||||
common.skip('IBMi does not suppport fs.watch()');
|
||||
common.skip('IBMi does not support fs.watch()');
|
||||
|
||||
const hooks = initHooks();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user