Commit b06eb880 authored by Douwe Maan's avatar Douwe Maan

Merge branch '3923-restore-geo-specs' into 'master'

Re-enable some Geo specs

Closes #3923

See merge request gitlab-org/gitlab-ee!3312
parents 1f298fc4 7ce43dad
......@@ -41,7 +41,7 @@ describe "Git HTTP requests (Geo)" do
it { travel_to(2.minutes.ago) { is_expected.to have_gitlab_http_status(:unauthorized) } }
end
xcontext 'expired Geo JWT token' do
context 'expired Geo JWT token' do
let(:env) { valid_geo_env }
it { travel_to(Time.now + 2.minutes) { is_expected.to have_gitlab_http_status(:unauthorized) } }
......
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