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:
Tobias Nießen 2021-03-19 22:35:44 +01:00 committed by James M Snell
parent 341812b907
commit 7d672733c6
No known key found for this signature in database
GPG Key ID: 7341B15C070877AC

View File

@ -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();