[deploy] Disable flakey Runkit test (#10806)

This commit is contained in:
rhymes 2020-10-12 15:48:29 +02:00 committed by GitHub
parent 9b693a8a8d
commit a1e8634b90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,8 @@ RSpec.describe "Creating an article with the editor", type: :system do
expect_runkit_tag_to_be_active
end
it "previews article with a Runkit tag and creates it" do
# TODO: [@forem/sre] figure out why this fails intermittently :-|
xit "previews article with a Runkit tag and creates it" do
visit new_path
fill_in "article_body_markdown", with: template_with_runkit_tag
click_button "Preview"