test: mark async-hooks/test-statwatcher as flaky

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

PR-URL: https://github.com/nodejs/node/pull/22330
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
This commit is contained in:
Joyee Cheung 2018-08-15 08:09:25 +08:00
parent 0257fd7ce9
commit b87cb5da44
No known key found for this signature in database
GPG Key ID: 92B78A53C8303B8D

View File

@ -7,8 +7,12 @@ 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]