From aee165f695451df635df2378b6fc5b0e400ee988 Mon Sep 17 00:00:00 2001 From: Victor Gomes Date: Mon, 22 May 2023 13:33:41 +0200 Subject: [PATCH] [test] Temproarily skip tests # Conflicts: # test/es-module/es-module.status --- test/es-module/es-module.status | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/es-module/es-module.status b/test/es-module/es-module.status index 58a422dc152258..1e190252499b7a 100644 --- a/test/es-module/es-module.status +++ b/test/es-module/es-module.status @@ -5,6 +5,9 @@ prefix es-module # sample-test : PASS,FLAKY [true] # This section applies to all platforms +# Skip tests to unblock https://crbug.com/v8/6551 +test-esm-data-urls: SKIP +test-esm-invalid-pjson: SKIP [$system==linux || $system==freebsd] # https://github.com/nodejs/node/issues/47836