Commit 7f11b5b8 authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'acunskis-enable-github-specs' into 'master'

Add github import specs back to reliable bucket

See merge request gitlab-org/gitlab!85163
parents 6bbd1649 9d1f3908
# frozen_string_literal: true
module QA
RSpec.describe 'Manage', :github, :requires_admin do
# Spec uses real github.com, which means outage of github.com can actually block deployment
# Keep spec in reliable bucket but don't run in blocking pipelines
RSpec.describe 'Manage', :github, :reliable, :skip_live_env, :requires_admin do
describe 'Project import', issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/353583' 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
RSpec.describe 'Manage', :github, :requires_admin do
# Spec uses real github.com, which means outage of github can actually block deployment
# Keep spec in reliable bucket but don't run in blocking pipelines
RSpec.describe 'Manage', :github, :reliable, :skip_live_env, :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