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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ RSpec.describe "Chat composer", type: :system, js: true do
sign_in(current_user)
end
it "adds the emoji to the composer" do
xit "adds the emoji to the composer" do
chat.visit_channel(channel_1)
channel.open_action_menu
channel.click_action_button("emoji")

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