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 <djuber@forem.beta-reduction.com>
This commit is contained in:
Daniel Uber 2021-03-23 15:06:55 -05:00 committed by GitHub
parent ec39e0c000
commit 08645c782c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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