Skip to content
Snippets Groups Projects
Verified Commit 590f5e9d authored by Ravi Kumar's avatar Ravi Kumar :palm_tree: Committed by GitLab
Browse files

Merge branch...

Merge branch 'quarantine-flaky-tests-ee-spec-models-concerns-search-zoekt-searchable_repository_spec-rb-57' into 'master' 

Quarantine a flaky test

See merge request !172636



Merged-by: default avatarRavi Kumar <rkumar@gitlab.com>
Approved-by: default avatarRavi Kumar <rkumar@gitlab.com>
Co-authored-by: default avatarAuto-quarantining bot <gitlab-auto-quarantine-bot@gitlab.com>
parents ec377600 1b8a3a53
No related branches found
No related tags found
1 merge request!172636Quarantine a flaky test
Checking pipeline status
......@@ -55,7 +55,8 @@ def search_for(term, node_id)
expect(search_for('somenewsearchablefile.txt', node_id)).to match_array(['somenewsearchablefile.txt'])
end
it 'makes updates available when called with force: true' do
it 'makes updates available when called with force: true',
quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/460608' do
project.repository.create_file(
user,
'file_with_force.txt',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment