From 60e41ed3cb38bd3d291e01e6bceae3fbcf2928ad Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Tue, 8 Nov 2022 11:32:14 +0100 Subject: [PATCH] CI: Disable GraalJS. Ref. #3703. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d79b343e23..041f399a8c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -181,4 +181,4 @@ workflows: - "V8 --harmony: New or modified tests execution" - "XS: New or modified tests execution" - "engine262: New or modified tests execution" - - "GraalJS: New or modified tests execution" + # - "GraalJS: New or modified tests execution" - https://github.com/tc39/test262/issues/3703