Skip to content
Snippets Groups Projects
Commit 03f96733 authored by Mark Lapierre's avatar Mark Lapierre
Browse files

Merge branch 'caalberts-quarantine-e2e-audit-logs' into 'master'

Quarantine failing e2e test

See merge request gitlab-org/gitlab!50133
parents d36cd67d afe2592a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -25,7 +25,9 @@ module QA
 
let(:user) { Resource::User.fabricate_or_use(Runtime::Env.gitlab_qa_username_1, Runtime::Env.gitlab_qa_password_1) }
 
context "Add project", testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/727' do
context "Add project",
testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/727',
quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/283925', type: :investigating, only: :production } do
before do
Resource::Project.fabricate_via_browser_ui! do |project|
project.name = 'audit-add-project-via-ui'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment