diff --git a/spec/models/sipity_spec.rb b/spec/models/sipity_spec.rb index aed17aec52..9fcf2e3c1a 100644 --- a/spec/models/sipity_spec.rb +++ b/spec/models/sipity_spec.rb @@ -24,7 +24,9 @@ it { expect(described_class.Entity(object)).to eq object } end - context "with a Sipity::Entity that doesn't match the globalID for a valkyrie object" do + # NOTE: Since this is testing an ActiveFedora object parsed into a Valkyrie object, this has been marked as + # ActiveFedora-only. + context "with a Sipity::Entity that doesn't match the globalID for a valkyrie object", :active_fedora do let(:object) { FactoryBot.create(:generic_work, id: '9999').valkyrie_resource } let(:workflow_state) { create(:workflow_state) } let!(:entity) do