DEV: Skip flaky tests (#21534)
This commit is contained in:
parent
9f283eb836
commit
53d99d1a26
|
@ -179,7 +179,7 @@ RSpec.describe "Chat composer", type: :system, js: true do
|
||||||
sign_in(current_user)
|
sign_in(current_user)
|
||||||
end
|
end
|
||||||
|
|
||||||
it "adds the emoji to the composer" do
|
xit "adds the emoji to the composer" do
|
||||||
chat.visit_channel(channel_1)
|
chat.visit_channel(channel_1)
|
||||||
channel.open_action_menu
|
channel.open_action_menu
|
||||||
channel.click_action_button("emoji")
|
channel.click_action_button("emoji")
|
||||||
|
|
|
@ -51,7 +51,7 @@ describe "Uploading files in chat messages", type: :system, js: true do
|
||||||
expect(Chat::Message.last.uploads.count).to eq(2)
|
expect(Chat::Message.last.uploads.count).to eq(2)
|
||||||
end
|
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
|
SiteSetting.composer_media_optimization_image_bytes_optimization_threshold = 200.kilobytes
|
||||||
chat.visit_channel(channel_1)
|
chat.visit_channel(channel_1)
|
||||||
file_path = file_from_fixtures("huge.jpg", "images").path
|
file_path = file_from_fixtures("huge.jpg", "images").path
|
||||||
|
|
Loading…
Reference in New Issue