From dce52421f59139366ae6b5ea971f187d1b11964c Mon Sep 17 00:00:00 2001 From: Adam Klein Date: Thu, 9 Feb 2023 15:40:30 -0800 Subject: [PATCH] Skip test-intl test due to date formatting changes (#152) --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 5afc8f6344a23c..1c9776d8440a75 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -37,6 +37,8 @@ test-child-process-stdio-overlapped: SKIP test-repl-mode: SKIP # Temporarily disabled to land https://crrev.com/c/3799431 test-repl: SKIP +# Temporarily disabled to land https://crrev.com/c/4237675 +test-intl: SKIP # https://github.com/nodejs/node/issues/51862 test-fs-read-stream-concurrent-reads: PASS, FLAKY