Browse Source

test: set benchmark-child-process flaky on windows

sequential/test-benchmark-child-process is still failing sometimes flaky
on Windows in CI. Mark it as flaky in sequential.status until it gets
sorted.

PR-URL: https://github.com/nodejs/node/pull/12561
Ref: https://github.com/nodejs/node/issues/12560
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
v6
Rich Trott 8 years ago
parent
commit
b485813499
  1. 1
      test/sequential/sequential.status

1
test/sequential/sequential.status

@ -7,6 +7,7 @@ prefix sequential
[true] # This section applies to all platforms
[$system==win32]
test-benchmark-child-process : PASS,FLAKY
[$system==linux]

Loading…
Cancel
Save