Commit a8a28509 authored by Andrejs Cunskis's avatar Andrejs Cunskis

Remove quarantine from epics and iterations migration spec

parent cffb21e8
# frozen_string_literal: true
module QA
RSpec.describe 'Manage', :requires_admin, quarantine: {
only: { subdomain: :staging },
type: :investigating,
issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/350965'
} do
RSpec.describe 'Manage', :requires_admin do
describe 'Gitlab migration' do
let(:admin_api_client) { Runtime::API::Client.as_admin }
let(:api_client) { Runtime::API::Client.new(user: user) }
......
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