deis / workflow-e2e

End-to-end tests for Deis Workflow
MIT License
12 stars 18 forks source link

fix(tests/apps_test.go): do not log lengthy byte output on test failure #363

Closed vdice closed 7 years ago

vdice commented 7 years ago

Closes #360

vdice commented 7 years ago

Darn; it seems ginkgo logs output if/when test fails; no matter how it is failed. Need to find out how to disable this for a particular test...

vdice commented 7 years ago

fix/solution for https://github.com/deis/workflow-e2e/issues/360 looks like it needs a diff approach; closing for now.