Commit bd1e1104 authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'a_mcdonald-master-patch-54328' into 'master'

Quarantine broken free_trial_spec.rb

See merge request gitlab-org/gitlab!79174
parents e85091a6 2f1e9bba
# frozen_string_literal: true
module QA
RSpec.describe 'Fulfillment', :requires_admin, only: { subdomain: :staging } do
RSpec.describe 'Fulfillment', :requires_admin, only: { subdomain: :staging }, quarantine: {
only: { subdomain: %i[staging] },
issue: "https://gitlab.com/gitlab-org/gitlab/-/issues/350856",
type: :broken
} do
describe 'Purchase' do
let(: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