From 75c559dc3a1c0f039aee8f06d746e065615e1ebb Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 1 Sep 2019 02:42:55 -0700 Subject: [PATCH] test: remove flaky status for test-statwatcher MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Colin Ihrig Reviewed-By: Michaƫl Zasso Reviewed-By: Jiawen Geng Reviewed-By: Trivikram Kamat Reviewed-By: Luigi Pinca Reviewed-By: David Carlier --- test/async-hooks/async-hooks.status | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/async-hooks/async-hooks.status b/test/async-hooks/async-hooks.status index e540645e544a88..7f36d5a78a6e2b 100644 --- a/test/async-hooks/async-hooks.status +++ b/test/async-hooks/async-hooks.status @@ -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]