Skip to content

Commit aa529b7

Browse files
tniessenruyadorno
authored andcommitted
test: fix ibmi skip message
PR-URL: #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>
1 parent d9ab1d5 commit aa529b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/async-hooks/test-fseventwrap.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if (!common.isMainThread)
1111
common.skip('Worker bootstrapping works differently -> different async IDs');
1212

1313
if (common.isIBMi)
14-
common.skip('IBMi does not suppport fs.watch()');
14+
common.skip('IBMi does not support fs.watch()');
1515

1616
const hooks = initHooks();
1717

0 commit comments

Comments
 (0)