Skip to content

Pass `--load-images=no` to PhantomJS via Capybara/Poltergeist

Robert Speicher requested to merge rs-phantomjs-disable-images into master

We were unintentionally hitting gravatar.com whenever a test that used Poltergeist was run. This was certainly wasting their resources and slowing down our tests even further, for no reason.

Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/24899

Merge request reports