Commit bad0a10c authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'qa-shl-unquarantine-test-for-non-live-env' into 'master'

Un-quarantine and skip instance audit logs e2e specs in live env

Closes #218332

See merge request gitlab-org/gitlab!39428
parents 03b2a710 8f62417a
......@@ -2,7 +2,8 @@
require 'securerandom'
module QA
RSpec.describe 'Manage', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/218332', type: :investigating } do
# Issue to enable this test in live environments: https://gitlab.com/gitlab-org/quality/team-tasks/-/issues/614
RSpec.describe 'Manage', :skip_live_env 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