From 6696a714f02243bf474da49b824b56f9eeea562f Mon Sep 17 00:00:00 2001 From: Lawrence Forman Date: Tue, 30 Apr 2019 11:45:32 -0400 Subject: [PATCH] Disable `test-contracts-geth` CI job until our geth docker is updated to constantinople. --- .circleci/config.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 37229f47c0..f049fbdd17 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -554,9 +554,10 @@ workflows: - test-contracts-ganache: requires: - build-3.0 - - test-contracts-geth: - requires: - - build-3.0 + # Disabled until geth docker image is fixed. + # - test-contracts-geth: + # requires: + # - build-3.0 # Disabled for 3.0 # - test-pipeline: # requires: