Commit 95e8d899 authored by Anastasia McDonald's avatar Anastasia McDonald

Add :requires_admin tag to skip ff test in production

See https://gitlab.com/gitlab-org/gitlab/-/issues/260283 for details
parent 283af153
# frozen_string_literal: true
module QA
RSpec.describe 'Create' do
RSpec.describe 'Create', :requires_admin do
describe 'View merge request merge-ref diff' do
let(:merge_request) do
Resource::MergeRequest.fabricate_via_api! do |merge_request|
......
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