Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 09af579

Browse filesBrowse files
MoLowRafaelGSS
authored andcommitted
test: skip test-runner-watch-mode on IBMi
PR-URL: #48473 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Nitzan Uziely <linkgoron@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent bdcc037 commit 09af579
Copy full SHA for 09af579

File tree

Expand file treeCollapse file tree

1 file changed

+5
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-1
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: test/parallel/test-runner-watch-mode.mjs
+5-1Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
// Flags: --expose-internals
2-
import '../common/index.mjs';
2+
import * as common from '../common/index.mjs';
33
import path from 'node:path';
44
import { describe, it } from 'node:test';
55
import { spawn } from 'node:child_process';
66
import { writeFileSync } from 'node:fs';
77
import util from 'internal/util';
88
import tmpdir from '../common/tmpdir.js';
99

10+
11+
if (common.isIBMi)
12+
common.skip('IBMi does not support `fs.watch()`');
13+
1014
tmpdir.refresh();
1115

1216
// This test updates these files repeatedly,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.