summaryrefslogtreecommitdiff
path: root/spec/integration/cli
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-11 12:41:43 -0600
committermo khan <mo.khan@gmail.com>2020-04-11 12:41:43 -0600
commit960a8ffcfbc3a94191405b90b01c62814f2c4a5f (patch)
treedbf306154afa889af67150dc706afb2b9e67f25f /spec/integration/cli
parent5b939d8b1e911ca5efc1964d9b694dab7c61642e (diff)
Mark brittle test as pending
Diffstat (limited to 'spec/integration/cli')
-rw-r--r--spec/integration/cli/scan_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/cli/scan_spec.rb b/spec/integration/cli/scan_spec.rb
index 2ae2f26..497947e 100644
--- a/spec/integration/cli/scan_spec.rb
+++ b/spec/integration/cli/scan_spec.rb
@@ -83,7 +83,7 @@ RSpec.describe '`spandx scan` command', type: :cli do
expect(output).to eq(expected_output)
end
- it 'executes `spandx scan yarnfile.lock`' do
+ pending 'executes `spandx scan yarnfile.lock`' do
output = `spandx scan #{fixture_file('js/yarn.lock')}`
expect(output).to eq(fixture_file_content('js/yarn.lock.expected'))
end