Commit e1589b24 authored by Changzheng Liu's avatar Changzheng Liu

Quarantine flaky search specs that failed due to connection timeout

parent df6aae19
......@@ -2,7 +2,7 @@
require 'spec_helper'
RSpec.describe API::Search, factory_default: :keep do
RSpec.describe API::Search, factory_default: :keep, quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/347078' do
let_it_be(:user) { create(:user) }
let_it_be(:group) { create(:group) }
let_it_be(:namespace) { create_default(:namespace).freeze }
......
......@@ -30,7 +30,7 @@ RSpec.describe SearchController, type: :request do
end
end
describe 'GET /search' do
describe 'GET /search', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/347078' do
context 'when elasticsearch is enabled', :elastic, :clean_gitlab_redis_shared_state, :sidekiq_inline do
before do
stub_ee_application_setting(elasticsearch_search: true, elasticsearch_indexing: true)
......
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