Disable Geth tests in CircleCI

This commit is contained in:
Alex Browne 2019-04-03 16:38:58 -07:00
parent 62e6336a7d
commit d4db2587aa
No known key found for this signature in database
GPG Key ID: CA6B8D4AFA783512

View File

@ -393,9 +393,11 @@ workflows:
- test-contracts-ganache: - test-contracts-ganache:
requires: requires:
- build - build
- test-contracts-geth: # TODO(albrow): Tests always fail on Geth right now because our fork
requires: # is outdated. Uncomment once we have updated our Geth fork.
- build # - test-contracts-geth:
# requires:
# - build
- test-pipeline: - test-pipeline:
requires: requires:
- build - build