Commit 95f4e0ba authored by Rémy Coutable's avatar Rémy Coutable

Quarantine a flaky spec in terraform_spec.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 82ebc12f
......@@ -58,7 +58,7 @@ RSpec.describe 'Terraform', :js do
context 'when clicking on the delete button' do
let(:additional_state) { create(:terraform_state, project: project) }
it 'removes the state', :aggregate_failures do
it 'removes the state', :aggregate_failures, quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/333640' do
visit project_terraform_index_path(project)
expect(page).to have_content(additional_state.name)
......
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