From d4db2587aa8e9a1bb91323f541627819f411901a Mon Sep 17 00:00:00 2001 From: Alex Browne Date: Wed, 3 Apr 2019 16:38:58 -0700 Subject: [PATCH] Disable Geth tests in CircleCI --- .circleci/config.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ca0c9382ba..9120d63c0a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -393,9 +393,11 @@ workflows: - test-contracts-ganache: requires: - build - - test-contracts-geth: - requires: - - build + # TODO(albrow): Tests always fail on Geth right now because our fork + # is outdated. Uncomment once we have updated our Geth fork. + # - test-contracts-geth: + # requires: + # - build - test-pipeline: requires: - build