Merge pull request #1754 from 0xProject/fix/skip-geth-tests-ci

Disable Geth tests in CircleCI
This commit is contained in:
Alex Browne
2019-04-03 17:06:09 -07:00
committed by GitHub

View File

@@ -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