diff --git a/.circleci/config.yml b/.circleci/config.yml index 56ee6bdf65..f376736a31 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -95,15 +95,15 @@ jobs: hostPath: spidermonkey hostName: spidermonkey <<: [*execution_steps] - "ChakraCore: New or modified tests execution": - docker: - - image: *node_image - working_directory: ~/test262 - environment: - hostType: ch - hostPath: chakra - hostName: chakra - <<: [*execution_steps] + # "ChakraCore: New or modified tests execution": + # docker: + # - image: *node_image + # working_directory: ~/test262 + # environment: + # hostType: ch + # hostPath: chakra + # hostName: chakra + # <<: [*execution_steps] "JSC: New or modified tests execution": docker: - image: *node_image @@ -140,7 +140,7 @@ workflows: - "Test262: verify tools; build & lint tests" Tests execution: jobs: - - "ChakraCore: New or modified tests execution" + # - "ChakraCore: New or modified tests execution" - "JSC: New or modified tests execution" - "SpiderMonkey: New or modified tests execution" - "V8: New or modified tests execution"