Commit 52350ab7 authored by Catalin Irimie's avatar Catalin Irimie

Disable GEO_SECONDARY_PROXY in RSpec tests

Workhorse tests are already testing the behavior with
this enabled and disabled, and the Rails specs test the
results of the API endpoint polled by this.

Without this, rspec system pg tests run into random failures
regarding database (statement timeouts, foreign key violations
because records are missing).
parent 48c542d5
......@@ -31,6 +31,7 @@
RUBY_GC_MALLOC_LIMIT: 67108864
RUBY_GC_MALLOC_LIMIT_MAX: 134217728
RECORD_DEPRECATIONS: "true"
GEO_SECONDARY_PROXY: 0
needs: ["setup-test-env", "retrieve-tests-metadata", "compile-test-assets", "detect-tests"]
script:
- !reference [.base-script, script]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment