You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test suite should succeed when make test is run. Ideally, we should probably just download ginkgo and not run the test suitei if the ginkgo CLI is not installed.
Description
If the ginkgo CLI is not installed when running
make test
, the test suite will fail to run correctly, reporting that port 8080 is already in use.How To Reproduce
make test
Expected behavior
The test suite should succeed when
make test
is run. Ideally, we should probably just download ginkgo and not run the test suitei if the ginkgo CLI is not installed.Additional context
Thanks to @mkuznyetsov for finding this bug :)
The text was updated successfully, but these errors were encountered: