diff --git a/.circleci/config.yml b/.circleci/config.yml index 1c6e19728..83022f919 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1185,7 +1185,9 @@ workflows: - t_ems_compile_ext_zeppelin: *workflow_emscripten - t_ems_compile_ext_ens: *workflow_emscripten - t_ems_test_ext_colony: *workflow_emscripten - - t_ems_test_ext_gnosis: *workflow_emscripten + # FIXME: Gnosis tests are pretty flaky right now. They often fail on CircleCI due to random ProviderError + # and there are also other less frequent problems. See https://github.com/gnosis/safe-contracts/issues/216. + #- t_ems_test_ext_gnosis: *workflow_emscripten - t_ems_test_ext_gnosis_v2: *workflow_emscripten - t_ems_test_ext_zeppelin: *workflow_emscripten - t_ems_test_ext_ens: *workflow_emscripten