Skip to content

Commit

Permalink
tests[Op#52098]: mark feature test as pending for now
Browse files Browse the repository at this point in the history
  • Loading branch information
akabiru committed May 13, 2024
1 parent f13425c commit 4234698
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4234698

Please sign in to comment.