mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
WIP: Skip system specs with upload fabricators (#20821)
A shot in the dark to see if these are the culprits for the many random spec failures in CI.
This commit is contained in:
@ -4,7 +4,7 @@ describe "Composer using review_media", type: :system, js: true do
|
||||
fab!(:user) { Fabricate(:user) }
|
||||
fab!(:topic) { Fabricate(:topic, category: Category.find(SiteSetting.uncategorized_category_id)) }
|
||||
fab!(:post) { Fabricate(:post, topic: topic) }
|
||||
fab!(:upload) { Fabricate(:upload) }
|
||||
# fab!(:upload) { Fabricate(:upload) }
|
||||
let(:topic_page) { PageObjects::Pages::Topic.new }
|
||||
|
||||
before do
|
||||
|
Reference in New Issue
Block a user