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)