Commit c12d1090 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '336262-skip-specs' into 'master'

Skip those tests externally rather than in the file

See merge request gitlab-org/gitlab!66636
parents 2a04cffa 3540183e
......@@ -2,7 +2,7 @@
require 'spec_helper'
RSpec.describe 'Trial Capture Lead', :js, skip: Gitlab.jh? do
RSpec.describe 'Trial Capture Lead', :js do
include Select2Helper
let(:user) { create(:user) }
......
......@@ -2,7 +2,7 @@
require 'spec_helper'
RSpec.describe BillingPlansHelper, skip: Gitlab.jh? do
RSpec.describe BillingPlansHelper do
include Devise::Test::ControllerHelpers
describe '#subscription_plan_data_attributes' do
......
......@@ -2,7 +2,7 @@
require 'spec_helper'
RSpec.describe ::Gitlab::SubscriptionPortal, skip: Gitlab.jh? do
RSpec.describe ::Gitlab::SubscriptionPortal do
using RSpec::Parameterized::TableSyntax
where(:method_name, :test, :development, :result) 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