Commit d3e0b330 authored by Andrejs Cunskis's avatar Andrejs Cunskis

Merge branch '357816-quarantine-flaky-allure-spec' into 'master'

Quarantine the allure configuration option flaky spec

See merge request gitlab-org/gitlab!84488
parents cbc35aaa 86a5cb19
......@@ -66,7 +66,7 @@ describe QA::Runtime::AllureReport do
described_class.configure!
end
it 'configures Allure options' do
it 'configures Allure options', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/357816' do
aggregate_failures do
expect(allure_config.results_directory).to eq('tmp/allure-results')
expect(allure_config.clean_results_directory).to eq(true)
......
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