Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit ffb8426

Browse files
committed
test: mark test-os-process-priority flaky
The test also fails in upstream node on my machine, mark it flaky on Windows rather than skipping it. Refs: nodejs/node#22799
1 parent 835789f commit ffb8426

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

test/parallel/parallel.status

+5-3
Original file line numberDiff line numberDiff line change
@@ -252,16 +252,18 @@ test-env-newprotomethod-remove-unnecessary-prototypes : SKIP
252252
test-buffer-sharedarraybuffer : SKIP
253253
test-assert-typedarray-deepequal : SKIP
254254

255-
# Setting OS process priority is not yet supported
256-
test-os-process-priority : SKIP
257-
258255
[$jsEngine==chakracore && $system==win32]
259256
# These tests are failing for Node-Chakracore and should eventually be fixed
260257
test-module-loading-globalpaths : SKIP
261258

262259
# Depends on ICU behavior, enable when ICU is enabled on Windows
263260
test-intl: SKIP
264261

262+
# This test seems to be broken upstrem on Windows (possibly due to the machine
263+
# configuration). Mark it flaky, but keep running it until a fix comes.
264+
# https://github.com/nodejs/node/issues/22799
265+
test-os-process-priority : PASS,FLAKY
266+
265267
[$jsEngine==chakracore && $system==win32 && $arch==arm]
266268
# These tests depend on Git/Linux tools that don't exist on WoA
267269
test-child-process-double-pipe : SKIP

0 commit comments

Comments
 (0)