mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: skip flaky spec in CI (#27918)
This commit is contained in:
parent
25485bddee
commit
6ebd0c5aec
@ -83,6 +83,8 @@ describe "Uploading files in chat messages", type: :system do
|
|||||||
end
|
end
|
||||||
|
|
||||||
it "allows uploading multiple files" do
|
it "allows uploading multiple files" do
|
||||||
|
skip("This test is flaky on CI") if ENV["CI"]
|
||||||
|
|
||||||
chat.visit_channel(channel_1)
|
chat.visit_channel(channel_1)
|
||||||
|
|
||||||
file_path_1 = file_from_fixtures("logo.png", "images").path
|
file_path_1 = file_from_fixtures("logo.png", "images").path
|
||||||
|
Loading…
Reference in New Issue
Block a user