From 18476697bd0c10b4134b4dfb75ba70b49c470c63 Mon Sep 17 00:00:00 2001 From: Keyhan Vakil Date: Sat, 27 May 2023 16:40:05 -0700 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 PR-URL: https://github.com/nodejs/node/pull/48181 Reviewed-By: Chengzhong Wu Reviewed-By: Michael Dawson --- 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