Commit 3540183e authored by Lin Jen-Shin's avatar Lin Jen-Shin

Skip those tests externally rather than in the file

How we actually skip it:
https://gitlab.com/gitlab-jh/gitlab/-/merge_requests/64
parent 10e2c372
......@@ -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