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:
parent
ec39e0c000
commit
08645c782c
1 changed files with 1 additions and 1 deletions
|
|
@ -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) }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue