mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 15:54:48 -05:00
DEV: Skip flaky form template spec (#21838)
This commit is contained in:
@@ -9,6 +9,10 @@ describe "Admin Customize Form Templates", type: :system, js: true do
|
||||
fab!(:category) { Fabricate(:category) }
|
||||
|
||||
before do
|
||||
skip(<<~TEXT) if ENV["CI"]
|
||||
The specs here are extremely flaky on CI for some reason.
|
||||
TEXT
|
||||
|
||||
SiteSetting.experimental_form_templates = true
|
||||
sign_in(admin)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user