Commit 619c7700 authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'quarantine-e2e-test' into 'master'

Quarantine e2e test

See merge request gitlab-org/gitlab!78367
parents 5b90e9c4 b637b2f7
......@@ -2,7 +2,11 @@
module QA
RSpec.describe 'Create' do
describe 'Merge request creation from fork' do
describe 'Merge request creation from fork', quarantine: {
only: { subdomain: %i[canary production] },
issue: "https://gitlab.com/gitlab-org/gitlab/-/issues/343801",
type: :investigation
} do
let(:merge_request) do
Resource::MergeRequestFromFork.fabricate_via_browser_ui! do |merge_request|
merge_request.fork_branch = 'feature-branch'
......
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