File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ if (common.isIBMi)
88if ( common . isAIX )
99 common . skip ( 'folder watch capability is limited in AIX.' ) ;
1010
11+ if ( common . isSunOS )
12+ common . skip ( 'fs.watch is not reliable on SunOS.' ) ;
13+
1114const assert = require ( 'assert' ) ;
1215const path = require ( 'path' ) ;
1316const fs = require ( 'fs/promises' ) ;
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ if (common.isIBMi)
88if ( common . isAIX )
99 common . skip ( 'folder watch capability is limited in AIX.' ) ;
1010
11+ if ( common . isSunOS )
12+ common . skip ( 'fs.watch is not reliable on SunOS.' ) ;
13+
1114const assert = require ( 'assert' ) ;
1215const path = require ( 'path' ) ;
1316const fs = require ( 'fs' ) ;
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ if (common.isIBMi)
88if ( common . isAIX )
99 common . skip ( 'folder watch capability is limited in AIX.' ) ;
1010
11+ if ( common . isSunOS )
12+ common . skip ( 'fs.watch is not reliable on SunOS.' ) ;
13+
1114const assert = require ( 'assert' ) ;
1215const path = require ( 'path' ) ;
1316const fs = require ( 'fs' ) ;
You can’t perform that action at this time.
0 commit comments