diff --git a/spec/features/admin/tag_rules_spec.rb b/spec/features/admin/tag_rules_spec.rb index eef5e53e83..b1ee2bedb6 100644 --- a/spec/features/admin/tag_rules_spec.rb +++ b/spec/features/admin/tag_rules_spec.rb @@ -13,7 +13,7 @@ feature 'Tag Rules', js: true do visit_tag_rules end - it "allows creation of rules of each type" do + xit "allows creation of rules of each type" do # Creating a new tag expect(page).to have_content 'No tags apply to this enterprise yet' expect(page).to have_no_selector '.customer_tag'