From 6ee8586a1e96315a36a7f1e93296d4c82877c497 Mon Sep 17 00:00:00 2001 From: Keyhan Vakil Date: Thu, 25 May 2023 21:00:39 +0000 Subject: [PATCH] test: mark test_cannot_run_js as flaky This test has been failing occasionally since it was introduced ~5 days ago. It was the most common failing JS test in the most recent reliability report. Mark it as flaky. Fixes: https://github.com/nodejs/node/issues/48180 Refs: https://github.com/nodejs/node/pull/47986 Refs: https://github.com/nodejs/reliability/issues/576 --- test/root.status | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/root.status b/test/root.status index 85d907b1f9cc07..12fef69a4b3c92 100644 --- a/test/root.status +++ b/test/root.status @@ -1,3 +1,6 @@ +[true] +js-native-api/test_cannot_run_js/test: PASS,FLAKY + [$mode==debug] async-hooks/test-callback-error: SLOW async-hooks/test-emit-init: SLOW