mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Skip flaky styleguide system specs (#29773)
This commit is contained in:
@@ -104,7 +104,7 @@ RSpec.describe "Styleguide Smoke Test", type: :system do
|
||||
|
||||
sections.each do |section, items|
|
||||
items.each do |item|
|
||||
it "renders the #{section}: #{item[:title]} page correctly" do
|
||||
xit "renders the #{section}: #{item[:title]} page correctly" do
|
||||
visit "/styleguide/#{item[:href]}"
|
||||
|
||||
errors =
|
||||
|
||||
Reference in New Issue
Block a user