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
PR-URL: nodejs#594
Reviewed-By: Seth Brenith <sethb@microsoft.com>
  • Loading branch information
kfarnung committed Sep 11, 2018
1 parent ee050f8 commit 9c2e4b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,11 @@ 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 9c2e4b2

Please sign in to comment.