Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip failing test because of unsupported feature on Rails < 6.1
`ActiveStorageAdapter` is only supposed to work on Rails versions greater than 6.1. CI was silently failing on Rails 5.2 & 6.0 because of calling `abort` on our code [1]. 1 - https://github.com/solidusio/solidus/blob/aa77140e8c5b07ab597126ba76524a3931bbb449/core/app/models/concerns/spree/active_storage_adapter.rb#L13
- Loading branch information