Commit 03275c17 authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'e2e-quarantine-tests' into 'master'

Quarantine fulfillment tests due to bug

See merge request gitlab-org/gitlab!73800
parents bb879d8a a21c564f
# frozen_string_literal: true
module QA
RSpec.describe 'Fulfillment', :requires_admin, only: { subdomain: :staging } do
RSpec.describe 'Fulfillment', :requires_admin, only: { subdomain: :staging }, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/344516', type: :bug } do
describe 'Purchase' do
let(:user) do
Resource::User.fabricate_via_api! do |user|
......
# frozen_string_literal: true
module QA
RSpec.describe 'Fulfillment', :requires_admin, only: { subdomain: :staging } do
RSpec.describe 'Fulfillment', :requires_admin, only: { subdomain: :staging }, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/344516', type: :bug } do
context 'Purchase CI minutes' do
# the quantity of products to purchase
let(:purchase_quantity) { 5 }
......
# frozen_string_literal: true
module QA
RSpec.describe 'Fulfillment', :requires_admin, only: { subdomain: :staging } do
RSpec.describe 'Fulfillment', :requires_admin, only: { subdomain: :staging }, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/344516', type: :bug } do
describe 'Purchase' do
describe 'group plan' do
let(:hash) { SecureRandom.hex(4) }
......
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