Commit d4d48664 authored by Kamil Trzciński's avatar Kamil Trzciński

Merge branch '297357-improve-elastic-helper-spec' into 'master'

Quarantine flaky Gitlab::Elastic::Helper specs

See merge request gitlab-org/gitlab!52185
parents 58432c3f fb332e8f
......@@ -75,7 +75,7 @@ RSpec.describe Gitlab::Elastic::Helper do
end
end
describe '#create_standalone_indices' do
describe '#create_standalone_indices', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/297357' do
after do
@indices.each do |index_name, _|
helper.delete_index(index_name: index_name)
......@@ -103,7 +103,7 @@ RSpec.describe Gitlab::Elastic::Helper do
end
end
describe '#delete_standalone_indices' do
describe '#delete_standalone_indices', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/297357' do
before do
helper.create_standalone_indices
end
......
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