From 4234698b1543048eb381be7ac79f0a42c4fb18a9 Mon Sep 17 00:00:00 2001 From: Kabiru Mwenja Date: Mon, 13 May 2024 18:05:06 +0300 Subject: [PATCH] tests[Op#52098]: mark feature test as pending for now --- modules/bim/spec/features/ifc_models/direct_ifc_upload_spec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/bim/spec/features/ifc_models/direct_ifc_upload_spec.rb b/modules/bim/spec/features/ifc_models/direct_ifc_upload_spec.rb index cbc2a5a1b984..6058222ffa85 100644 --- a/modules/bim/spec/features/ifc_models/direct_ifc_upload_spec.rb +++ b/modules/bim/spec/features/ifc_models/direct_ifc_upload_spec.rb @@ -36,6 +36,8 @@ context "when the file size exceeds the allowed maximum", with_settings: { attachment_max_size: 1 } do it "invalidates the form via JavaScript preventing submission" do + pending "This test is currently flaky due to an unknown reason" + visit new_bcf_project_ifc_model_path(project_id: project.identifier) page.attach_file("file", ifc_fixture.path, visible: :all)