DEV: Skip flaky form template spec (#21838)

This commit is contained in:
Keegan George
2023-05-30 13:55:03 -07:00
committed by GitHub
parent 856c4ed295
commit 3a54f81bf4
@@ -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