DEV: Skip a flaky test

This test has been flaky on CI and also failing even after a rerun on
multiple occasions.
This commit is contained in:
Alan Guo Xiang Tan 2025-03-19 12:18:32 +08:00
parent 9a7169a6df
commit 3749561f0f
No known key found for this signature in database
GPG Key ID: 286D2AB58F8C86B6
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ describe "Discourse Docs | Index", type: :system do
context "when docs_show_topic_excerpts is false" do context "when docs_show_topic_excerpts is false" do
before { SiteSetting.always_include_topic_excerpts = false } before { SiteSetting.always_include_topic_excerpts = false }
it "does not show the topic excerpts by default" do
xit "does not show the topic excerpts by default" do
visit("/docs") visit("/docs")
expect(page).to have_no_css(".topic-excerpt") expect(page).to have_no_css(".topic-excerpt")
end end