From f3f3280ca8169ba63ab8b1ee9075ff789d8276dc Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Mon, 30 Dec 2024 15:23:18 -0800 Subject: [PATCH] [ci] Temporarily disable jsc testing. NFC See https://github.com/GoogleChromeLabs/jsvu/issues/156 --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 61d7cb912a278..4320fe34f5474 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1023,7 +1023,8 @@ workflows: - test-sockets-chrome: requires: - build-linux - - test-jsc + # https://github.com/GoogleChromeLabs/jsvu/issues/156 + #- test-jsc - test-spidermonkey - test-node-compat - test-windows