From f08c5fd7da2190c5572fe6ad475f81ef3002bc75 Mon Sep 17 00:00:00 2001 From: Jimmy Thomson Date: Mon, 21 May 2018 09:24:31 -0700 Subject: [PATCH] test: updating test exclusion with reason --- test/parallel/parallel.status | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 6b86a0ebe55..99adf6e9a8c 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -184,7 +184,9 @@ test-v8-stats : SKIP # This test uses the V8 untrusted code mitigation and accompanying V8 option test-v8-untrusted-code-mitigations : SKIP -test-repl-top-level-await.js : SKIP +# This test should be enabled once chakracore fixes +# https://github.com/Microsoft/ChakraCore/issues/5196 +test-repl-top-level-await : SKIP # This test seems to fail under system stress, marking it flaky for now # https://github.com/nodejs/node-chakracore/issues/494