Commit 7a89575d authored by Dylan Griffith's avatar Dylan Griffith

Auto DevOps QA: increase IP address timeout, remove quarantine

parent 1d0580d4
......@@ -30,7 +30,7 @@ module QA
def ingress_ip
# We need to wait longer since it can take some time before the
# ip address is assigned for the ingress controller
page.find('#ingress-ip-address', wait: 500).value
page.find('#ingress-ip-address', wait: 1200).value
end
end
end
......
......@@ -3,10 +3,7 @@
require 'pathname'
module QA
# Issues for transient failure:
# https://gitlab.com/gitlab-org/quality/nightly/issues/40
# https://gitlab.com/gitlab-org/quality/nightly/issues/61
context 'Configure', :orchestrated, :kubernetes, :quarantine do
context 'Configure', :orchestrated, :kubernetes do
describe 'Auto DevOps support' do
def login
Runtime::Browser.visit(:gitlab, Page::Main::Login)
......
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