From 31d3854a74e6148fc6893412788f45693bd7fea5 Mon Sep 17 00:00:00 2001 From: Pau Perez Date: Tue, 9 Feb 2021 11:48:06 +0100 Subject: [PATCH] Temporarily skip very flaky specs These are the tests that are failing a lot across all builds, slowing down everything in the pipe. It's better to skip these rather than paying this huge toll. They can be restored once we spike a new CI service. --- spec/features/admin/enterprise_roles_spec.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/features/admin/enterprise_roles_spec.rb b/spec/features/admin/enterprise_roles_spec.rb index 0e0cbd5237..4720e36334 100644 --- a/spec/features/admin/enterprise_roles_spec.rb +++ b/spec/features/admin/enterprise_roles_spec.rb @@ -117,7 +117,7 @@ feature ' end end - it "allows adding new managers" do + xit "allows adding new managers" do within 'table.managers' do select2_select user3.email, from: 'ignored', search: true @@ -129,7 +129,7 @@ feature ' end end - it "shows changes to enterprise contact or owner" do + xit "shows changes to enterprise contact or owner" do select2_select user2.email, from: 'receives_notifications_dropdown' within('#save-bar') { click_button 'Update' } navigate_to_enterprise_users @@ -146,7 +146,7 @@ feature ' end end - it "can invite unregistered users to be managers" do + xit "can invite unregistered users to be managers" do setup_email find('a.button.help-modal').click expect(page).to have_css '#invite-manager-modal'