Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
timothysmith0609 committed Jan 16, 2025
1 parent 1bd6f54 commit e25593c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/krane/resource_deployer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ def predeploy_priority_resources(resource_list, predeploy_sequence)

private

def deploy_all_resources(resources, prune: false, verify:, record_summary: true)
deploy_resources(resources, prune: prune, verify: verify, record_summary: record_summary)
def deploy_all_resources(resources, prune: false, verify:, record_summary: true, annotate_individuals: false)
deploy_resources(resources, prune: prune, verify: verify, record_summary: record_summary,
annotate_individuals: annotate_individuals)
end
measure_method(:deploy_all_resources, 'normal_resources.duration')

Expand Down

0 comments on commit e25593c

Please sign in to comment.