You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This appears to be occurring based on the randomized order of previous tests that may or may not be flagged clean: true. It appear that running ActiveFedora::Cleaner.clean! once before the workflow setup ensures consistent state for the workflows to be setup and subsequent tests to be run.
ISSUE
We're seeing the following failure intermittently:
e.g. https://app.circleci.com/pipelines/github/curationexperts/laevigata/504/workflows/bd115b16-c926-461a-b739-cb9c864d3763/jobs/536/tests#failed-test-0
This appears not to be occurring in the tests themselves, but in the setup block here
https://github.com/curationexperts/laevigata/blob/main/spec/jobs/graduation_job_with_embargo_spec.rb#L45-L47
When the
Hyrax::PermissionTemplate
class can't be found (isn't loaded), it causes all tests in the context to fail.The text was updated successfully, but these errors were encountered: