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) }