mirror of
https://github.com/discourse/discourse.git
synced 2025-02-18 01:05:00 +00:00
DEV: Skip flaky test introduced in 82d6420 (#22409)
This commit is contained in:
parent
56aef3c082
commit
38a9694ff5
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user