From 08645c782cb3d796c59987720ebdd7646f970e47 Mon Sep 17 00:00:00 2001 From: Daniel Uber Date: Tue, 23 Mar 2021 15:06:55 -0500 Subject: [PATCH] Disable the User Fills Out Comment system spec (#13103) This one file seems to be associated with segfaults we're observing in TravisCI. To narrow down the source of the issue, disable this set of tests. (If segfaults continue, this was not the cause and should be re-enabled). Co-authored-by: djuber --- spec/system/comments/user_fills_out_comment_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/system/comments/user_fills_out_comment_spec.rb b/spec/system/comments/user_fills_out_comment_spec.rb index 3c99773e2..1b27eed33 100644 --- a/spec/system/comments/user_fills_out_comment_spec.rb +++ b/spec/system/comments/user_fills_out_comment_spec.rb @@ -1,6 +1,6 @@ require "rails_helper" -RSpec.describe "Creating Comment", type: :system, js: true do +RSpec.xdescribe "Creating Comment", type: :system, js: true do include_context "with runkit_tag" let(:user) { create(:user) }