test: remove flaky status for test-statwatcher

test-statwatcher does not appear to be failing anymore in CI. Remove
"flaky" status for the test.

Closes: https://github.com/nodejs/node/issues/21425

PR-URL: https://github.com/nodejs/node/pull/29392
Fixes: https://github.com/nodejs/node/issues/21425
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
pull/29392/head
Rich Trott 2019-09-01 02:42:55 -07:00
parent eb2deee8a0
commit f2c573cf8b
1 changed files with 0 additions and 4 deletions

View File

@ -7,12 +7,8 @@ prefix async-hooks
[true] # This section applies to all platforms
[$system==win32]
# https://github.com/nodejs/node/issues/21425
test-statwatcher: PASS,FLAKY
[$system==linux]
# https://github.com/nodejs/node/issues/21425
test-statwatcher: PASS,FLAKY
[$system==macos]