DEV: Skip flaky test introduced in 82d6420 (#22409)

This commit is contained in:
Alan Guo Xiang Tan 2023-07-04 15:15:19 +08:00 committed by GitHub
parent 56aef3c082
commit 38a9694ff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)