mirror of
https://github.com/discourse/discourse.git
synced 2025-03-26 23:55:51 +08: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
|
||||
|
||||
it "allows uploading multiple files" do
|
||||
skip("This test is flaky on CI") if ENV["CI"]
|
||||
|
||||
chat.visit_channel(channel_1)
|
||||
|
||||
file_path_1 = file_from_fixtures("logo.png", "images").path
|
||||
|
Loading…
x
Reference in New Issue
Block a user