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