From a1a768b087ca55f189d2030010d826a0a863b464 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Sat, 17 May 2025 13:41:33 +0200 Subject: [PATCH] DEV: skips s3 multipart spec The spec is randomly failing, but it's not due to the system spec. Sometimes the upload fails to work and we get an error from the service. --- spec/system/s3_uploads_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/system/s3_uploads_spec.rb b/spec/system/s3_uploads_spec.rb index c1fb126167294..53feea841ba0a 100644 --- a/spec/system/s3_uploads_spec.rb +++ b/spec/system/s3_uploads_spec.rb @@ -34,7 +34,7 @@ end describe "multipart uploads" do - it "uploads a file in the post composer" do + xit "uploads a file in the post composer" do setup_or_skip_s3_system_test sign_in(current_user)