Commit 011f0a42 authored by Andrejs Cunskis's avatar Andrejs Cunskis

Merge branch 'acunskis-promote-migration-specs' into 'master'

Promote ui github import and group migration specs to reliable

See merge request gitlab-org/gitlab!82794
parents 4586a76e edbac652
# frozen_string_literal: true
module QA
RSpec.describe 'Manage', :requires_admin do
RSpec.describe 'Manage', :reliable, :requires_admin do
describe 'Gitlab migration' do
let(:import_wait_duration) { { max_duration: 300, sleep_interval: 2 } }
let(:admin_api_client) { Runtime::API::Client.as_admin }
......
# frozen_string_literal: true
module QA
RSpec.describe 'Manage', :github, :requires_admin do
RSpec.describe 'Manage', :reliable, :github, :requires_admin do
describe 'Project import' do
let(:github_repo) { 'gitlab-qa-github/import-test' }
let(:api_client) { Runtime::API::Client.as_admin }
......
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