提交 7a89575d 编写于 作者: D Dylan Griffith

Auto DevOps QA: increase IP address timeout, remove quarantine

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册