Commit f3c3b9a4 authored by Grant Young's avatar Grant Young

Quarantine several manage tests

parent 6c9f28d3
......@@ -3,7 +3,7 @@
require 'nokogiri'
module QA
context 'Manage' do
context 'Manage', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/212145', type: :stale } do
describe 'Check for broken images', :requires_admin do
before(:context) do
admin = QA::Resource::User.new.tap do |user|
......
......@@ -2,7 +2,7 @@
require 'securerandom'
module QA
context 'Manage' do
context 'Manage', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/212544', type: :flaky } do
describe 'Group access', :requires_admin do
include Runtime::IPAddress
......
......@@ -2,7 +2,7 @@
require 'securerandom'
module QA
context 'Manage' do
context 'Manage', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/207741', type: :flaky } do
shared_examples 'audit event' do |expected_events|
it 'logs audit events for UI operations' do
sign_in
......
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