Commit 40d6f312 authored by David O'Regan's avatar David O'Regan

Merge branch 'tr-quarantine-operations-settings-spec' into 'master'

[RUN AS_IF_FOSS] Quarantine broken master operations spec

See merge request gitlab-org/gitlab!55019
parents a6e3979f c7be7cb4
......@@ -89,7 +89,7 @@ RSpec.describe 'Projects > Settings > For a forked project', :js do
)
end
it 'successfully fills and submits the form' do
it 'successfully fills and submits the form', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/322666' do
visit project_settings_operations_path(project)
wait_for_requests
......@@ -152,7 +152,7 @@ RSpec.describe 'Projects > Settings > For a forked project', :js do
end
context 'grafana integration settings form' do
it 'successfully fills and completes the form' do
it 'successfully fills and completes the form', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/322666' do
visit project_settings_operations_path(project)
wait_for_requests
......
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