Commit fb332e8f authored by Rémy Coutable's avatar Rémy Coutable

Quarantine flaky tests

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 322336c3
...@@ -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