Merge pull request #1627 from poanetwork/revert-1520-fix-flaky-tests

Revert "Fix flaky tests"
pull/1639/head
Victor Baranov 6 years ago committed by GitHub
commit 8f60e68d31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 15
      .circleci/config.yml

@ -557,6 +557,9 @@ workflows:
# This unfortunately will only fire if all the tests pass because of how `requires` works # This unfortunately will only fire if all the tests pass because of how `requires` works
- coveralls_merge: - coveralls_merge:
requires: requires:
- test_parity_http_websocket
- test_parity_mox
- test_geth_http_websocket
- test_geth_mox - test_geth_mox
- credo: - credo:
requires: requires:
@ -574,7 +577,8 @@ workflows:
- eslint - eslint
- jest - jest
- sobelow - sobelow
# This makes these synchronous, instead of asynchronous - test_parity_http_websocket
- test_parity_mox
- test_geth_http_websocket - test_geth_http_websocket
- test_geth_mox - test_geth_mox
- dialyzer: - dialyzer:
@ -600,13 +604,10 @@ workflows:
- build - build
- test_parity_mox: - test_parity_mox:
requires: requires:
# This makes these synchronous, instead of asynchronous - build
- test_parity_http_websocket
- test_geth_http_websocket: - test_geth_http_websocket:
requires: requires:
# This makes these synchronous, instead of asynchronous - build
- test_parity_mox
- test_geth_mox: - test_geth_mox:
requires: requires:
# This makes these synchronous, instead of asynchronous - build
- test_geth_http_websocket

Loading…
Cancel
Save