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:
Penar Musaraj
2023-03-27 13:11:17 -04:00
committed by GitHub
parent cbabc01e0e
commit daaa41ae07
3 changed files with 73 additions and 73 deletions

View File

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