Commit 0b42cbe5 authored by Andrejs Cunskis's avatar Andrejs Cunskis

Promote github import and gitlab migration specs to reliable

parent 624fbc5c
# frozen_string_literal: true
module QA
RSpec.describe 'Manage', :github, :requires_admin do
RSpec.describe 'Manage', :github, :requires_admin, :reliable do
describe 'Project import' do
let!(:api_client) { Runtime::API::Client.as_admin }
let!(:group) { Resource::Group.fabricate_via_api! { |resource| resource.api_client = api_client } }
......
# frozen_string_literal: true
module QA
describe 'Manage', :requires_admin do
describe 'Manage', :requires_admin, :reliable do
describe 'Gitlab migration' do
let!(:admin_api_client) { Runtime::API::Client.as_admin }
let!(:user) do
......
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