OWASP / glue

Application Security Automation
Other
522 stars 112 forks source link

comment out failing tests #105

Closed omerlh closed 6 years ago

omerlh commented 6 years ago

I want to run the tests in the CI, currently, there are 2 specs that fails all the tests:

Errno::ENOENT: No such file or directory - Scout2

./lib/glue/util.rb:8:in `runsystem'

./lib/glue/tasks/scout2.rb:71:in `supported?'

./spec/awsscout_spec.rb:18:in `block in <top (required)>'

./spec/awsscout_spec.rb:16:in `<top (required)>'

Finished in 0.00028 seconds (files took 2.95 seconds to load) 0 examples, 0 failures, 1 error occurred outside of examples


For now I'm commenting them out so I could add the tests into the CI