summaryrefslogtreecommitdiff
path: root/spec/integration/js/npm_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/js/npm_spec.rb')
-rw-r--r--spec/integration/js/npm_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/js/npm_spec.rb b/spec/integration/js/npm_spec.rb
index 13cbd15..abc6fc0 100644
--- a/spec/integration/js/npm_spec.rb
+++ b/spec/integration/js/npm_spec.rb
@@ -465,7 +465,7 @@ RSpec.describe "npm" do
end
end
- context "when scanning a project with dependencies sourced from a custom registry" do
+ context "when scanning a project with dependencies sourced from a custom registry", environment: 'offline' do
subject { runner.scan(env: { 'ADDITIONAL_CA_CERT_BUNDLE' => fixture_file_content('js/custom-npm.crt') }) }
before do