Commit cca64f4d authored by Stan Hu's avatar Stan Hu

Merge branch 'ek-quarantine-vsa-metrics-specs' into 'master'

Quarantines flaky VSA metrics tests

See merge request gitlab-org/gitlab!72840
parents 6ad05df7 4f3d7129
......@@ -97,7 +97,7 @@ RSpec.describe 'Value Stream Analytics', :js do
end
end
it 'shows data on each stage', :sidekiq_might_not_need_inline do
it 'shows data on each stage', :sidekiq_might_not_need_inline, quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/338332' do
expect_issue_to_be_present
click_stage('Plan')
......@@ -133,7 +133,7 @@ RSpec.describe 'Value Stream Analytics', :js do
expect(metrics_values).to eq(['-'] * 4)
end
it 'can sort records' do
it 'can sort records', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/338332' do
# NOTE: checking that the string changes should suffice
# depending on the order the tests are run we might run into problems with hard coded strings
original_first_title = first_stage_title
......
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