Skip to content

Commit

Permalink
Merge pull request #6192 from samvera/no-create-der
Browse files Browse the repository at this point in the history
disable CreateDerivativesJob tests when `disable_wings` is true
  • Loading branch information
hackartisan authored Aug 24, 2023
2 parents 49e5580 + 6cea0bb commit 72be94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/jobs/create_derivatives_job_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
RSpec.describe CreateDerivativesJob do
RSpec.describe CreateDerivativesJob, :active_fedora do
around do |example|
ffmpeg_enabled = Hyrax.config.enable_ffmpeg
Hyrax.config.enable_ffmpeg = true
Expand Down

0 comments on commit 72be94c

Please sign in to comment.