Skip to content

Fix failing EE builds due to blacklisted Web connections

Stan Hu requested to merge sh-test-runner-es into master

If unicorn_spec.rb were run before Elasticsearch specs, it would disable all outbound network connections, which would prevent the latter from being able to communicate with Elasticsearch in CI. To fix this, we restore the original WebMock settings after finishing the spec.

Closes #2507 (closed)

Merge request reports