Skip to content

Commit

Permalink
Merge branch 'master' into dev-support/APPEALS-51230
Browse files Browse the repository at this point in the history
  • Loading branch information
craigrva authored Jul 15, 2024
2 parents 7e4d040 + d2ad76e commit 0d6721e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/clear_cache.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
config.after(:each) do
Rails.cache.clear
REDIS_NAMESPACES.each { |namespace| delete_matched(namespace: namespace) }
rescue Errno::ENOENT, Errno::ENOTEMPTY => error
rescue Errno::ENOENT, Errno::ENOTEMPTY, Errno::EISDIR => error
# flakey at CircleCI. Don't fail tests because of this.
Rails.logger.error(error)
end
Expand Down

0 comments on commit 0d6721e

Please sign in to comment.