From 6ebd0c5aec79b1af519e935d024467df6f806aea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Mon, 15 Jul 2024 12:00:43 +0200 Subject: [PATCH] DEV: skip flaky spec in CI (#27918) --- plugins/chat/spec/system/uploads_spec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/chat/spec/system/uploads_spec.rb b/plugins/chat/spec/system/uploads_spec.rb index 1eceb173248..a8736e6b9b7 100644 --- a/plugins/chat/spec/system/uploads_spec.rb +++ b/plugins/chat/spec/system/uploads_spec.rb @@ -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