[deploy] Disable flakey Runkit test (#10806)
This commit is contained in:
parent
9b693a8a8d
commit
a1e8634b90
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue