DEV: Skip flaky tests (#21534)

This commit is contained in:
Daniel Waterworth
2023-05-15 00:51:25 -05:00
committed by GitHub
parent 9f283eb836
commit 53d99d1a26
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ describe "Uploading files in chat messages", type: :system, js: true do
expect(Chat::Message.last.uploads.count).to eq(2)
end
it "allows uploading a huge image file with preprocessing" do
xit "allows uploading a huge image file with preprocessing" do
SiteSetting.composer_media_optimization_image_bytes_optimization_threshold = 200.kilobytes
chat.visit_channel(channel_1)
file_path = file_from_fixtures("huge.jpg", "images").path