DEV: skip flaky spec in CI ()

This commit is contained in:
Régis Hanol 2024-07-15 12:00:43 +02:00 committed by GitHub
parent 25485bddee
commit 6ebd0c5aec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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