mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 09:50:37 -06:00
DEV: Skip flaky styleguide system specs (#29773)
This commit is contained in:
parent
d3caa875be
commit
01a1dc43cb
@ -104,7 +104,7 @@ RSpec.describe "Styleguide Smoke Test", type: :system do
|
|||||||
|
|
||||||
sections.each do |section, items|
|
sections.each do |section, items|
|
||||||
items.each do |item|
|
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]}"
|
visit "/styleguide/#{item[:href]}"
|
||||||
|
|
||||||
errors =
|
errors =
|
||||||
|
Loading…
Reference in New Issue
Block a user