Skip to content

Commit

Permalink
Merge pull request #3617 from snyk/chore/reenable_regression_test
Browse files Browse the repository at this point in the history
chore: re-enable test
  • Loading branch information
PeterSchafer authored Aug 23, 2022
2 parents 900ddd4 + fa4e464 commit 08e9672
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/smoke/spec/snyk_test_spec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ Describe "Snyk test command"
The stderr should equal ""
End

# It "fails with a correct user message on a non-existent library"
# Skip if "execute only in regression test" check_if_regression_test
# When run snyk test lodash --org=nope
# The status should be failure
# The output should include "Org nope was not found or you may not have the correct permissions"
# The stderr should equal ""
# End
It "fails with a correct user message on a non-existent library"
Skip if "execute only in regression test" check_if_regression_test
When run snyk test lodash --org=nope
The status should be failure
The output should include "Org nope was not found or you may not have the correct permissions"
The stderr should equal ""
End
End

Describe "npm test with JSON output"
Expand Down

0 comments on commit 08e9672

Please sign in to comment.