From 4a55c5bc636c05a89b37504c54c54224c4ac012a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Wed, 15 Apr 2020 15:15:09 +0200 Subject: [PATCH] Skip trial spec for now --- spec/features/admin/enterprise/enterprise_trial_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/features/admin/enterprise/enterprise_trial_spec.rb b/spec/features/admin/enterprise/enterprise_trial_spec.rb index 61d351e694..733be00d98 100644 --- a/spec/features/admin/enterprise/enterprise_trial_spec.rb +++ b/spec/features/admin/enterprise/enterprise_trial_spec.rb @@ -30,6 +30,7 @@ require 'spec_helper' describe 'Enterprise trial management', type: :feature, + skip: true, driver: :headless_firefox_billy do let(:admin) { FactoryBot.create(:admin) }