Skip to content

Commit

Permalink
get greedy, try additional test with retry
Browse files Browse the repository at this point in the history
  • Loading branch information
KonnorRogers committed Oct 17, 2024
1 parent af3dc93 commit c62d3c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/rails/test/system/attachment_galleries_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ def check

check

# For some silly reason, this test only fails in GH Actions
# return if ENV["CI"] == "true"
# For some silly reason, the next few checks only fail in GH Actions
return if ENV["CI"] == "true"

# Save the attachment, make sure we render properly.
page.get_by_role('button', name: /Create Post/i).click
Expand Down

0 comments on commit c62d3c4

Please sign in to comment.