Skip to content

Commit

Permalink
test: mark test-os-process-priority flaky
Browse files Browse the repository at this point in the history
The test also fails in upstream node on my machine, mark it flaky on
Windows rather than skipping it.

Refs: nodejs/node#22799
  • Loading branch information
kfarnung committed Sep 11, 2018
1 parent 835789f commit ffb8426
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -252,16 +252,18 @@ test-env-newprotomethod-remove-unnecessary-prototypes : SKIP
test-buffer-sharedarraybuffer : SKIP
test-assert-typedarray-deepequal : SKIP

# Setting OS process priority is not yet supported
test-os-process-priority : SKIP

[$jsEngine==chakracore && $system==win32]
# These tests are failing for Node-Chakracore and should eventually be fixed
test-module-loading-globalpaths : SKIP

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

# This test seems to be broken upstrem on Windows (possibly due to the machine
# configuration). Mark it flaky, but keep running it until a fix comes.
# https://github.com/nodejs/node/issues/22799
test-os-process-priority : PASS,FLAKY

[$jsEngine==chakracore && $system==win32 && $arch==arm]
# These tests depend on Git/Linux tools that don't exist on WoA
test-child-process-double-pipe : SKIP
Expand Down

0 comments on commit ffb8426

Please sign in to comment.