From 38a9694ff502cfc35646c272345d69508fbe0c09 Mon Sep 17 00:00:00 2001 From: Alan Guo Xiang Tan Date: Tue, 4 Jul 2023 15:15:19 +0800 Subject: [PATCH] DEV: Skip flaky test introduced in 82d6420 (#22409) --- spec/system/editing_sidebar_tags_navigation_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/system/editing_sidebar_tags_navigation_spec.rb b/spec/system/editing_sidebar_tags_navigation_spec.rb index 3111dc8c922..172ab2b2041 100644 --- a/spec/system/editing_sidebar_tags_navigation_spec.rb +++ b/spec/system/editing_sidebar_tags_navigation_spec.rb @@ -151,7 +151,7 @@ RSpec.describe "Editing sidebar tags navigation", type: :system do expect(sidebar).to have_no_section_link(tag4.name) end - it "allows a user to filter the tag in the modal by selection" do + xit "allows a user to filter the tag in the modal by selection" do Fabricate(:tag_sidebar_section_link, linkable: tag1, user: user) Fabricate(:tag_sidebar_section_link, linkable: tag2, user: user)