Skip to content

Commit

Permalink
Merge pull request #23198 from agrare/fix_evm_application_spec_parallel
Browse files Browse the repository at this point in the history
Fix evm_application_spec parallel spec failure

(cherry picked from commit ac7334b)
  • Loading branch information
kbrock authored and Fryguy committed Oct 8, 2024
1 parent b01fad8 commit dbd3014
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/lib/tasks/evm_application_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ def pad(val, col, adjust = :rjust)

it "returns redeployment otherwise" do
EvmSpecHelper.local_miq_server
expect(ActiveRecord::MigrationContext).to receive(:new).and_return(double(:current_version => 20190712135032, :needs_migration? => false))
expect(described_class.deployment_status).to eq("redeployment")
end
end
Expand Down

0 comments on commit dbd3014

Please sign in to comment.