From 01a1dc43cbde56a82a75fb97122aa85d79d9c1dd Mon Sep 17 00:00:00 2001 From: Jarek Radosz Date: Fri, 15 Nov 2024 00:13:22 +0100 Subject: [PATCH] DEV: Skip flaky styleguide system specs (#29773) --- plugins/styleguide/spec/system/smoke_test_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/styleguide/spec/system/smoke_test_spec.rb b/plugins/styleguide/spec/system/smoke_test_spec.rb index 6c14c89de13..e27573321ca 100644 --- a/plugins/styleguide/spec/system/smoke_test_spec.rb +++ b/plugins/styleguide/spec/system/smoke_test_spec.rb @@ -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 =