Skip to content

Commit

Permalink
Merge pull request #670 from rodjek/pdk-1345
Browse files Browse the repository at this point in the history
(PDK-1345) Disable analytics during package tests
  • Loading branch information
scotje committed May 30, 2019
2 parents c026077 + b2afa43 commit b0c642b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package-testing/spec/spec_helper_package.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
let(:path) { windows_node? ? nil : "#{install_dir}/bin:$PATH" }
end

set :env, PDK_DISABLE_ANALYTICS: 'true'

RSpec.configure do |c|
c.include SpecUtils
c.extend SpecUtils
Expand Down

0 comments on commit b0c642b

Please sign in to comment.