Commit 43a6b4a0 authored by Dan Davison's avatar Dan Davison

Merge branch 'ml-wait-longer-for-fingerprints' into 'master'

Wait longer for host key fingerprints

Closes #196713

See merge request gitlab-org/gitlab!40459
parents 56a067b7 45f6d3f8
......@@ -77,7 +77,7 @@ module QA
# The host key detection process is interrupted if we navigate away
# from the page before the fingerprint appears.
find_element(:fingerprints_list, text: /.*/)
find_element(:fingerprints_list, text: /.*/, wait: 60)
end
def mirror_repository
......
......@@ -2,7 +2,7 @@
module QA
context 'Create' do
describe 'Pull mirror a repository over SSH with a private key', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/216297', type: :investigating } do
describe 'Pull mirror a repository over SSH with a private key' do
let(:source) do
Resource::Repository::ProjectPush.fabricate! do |project_push|
project_push.project_name = 'pull-mirror-source-project'
......
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