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
{{ message }}
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
Seems like just a bug in the make execution:
SUITE="fleet" DEVELOPER_MODE=false TIMEOUT_FACTOR=3 LOG_LEVEL=TRACE make -C e2e functional-test
if you run godog with no tags, it will run all of the tests, the 'make' usage should likely do the same.
The text was updated successfully, but these errors were encountered:
EricDavisX
changed the title
using 'make' to run e2e tests without specifying a TAGS= value results in not tests being run
using 'make' to run e2e tests without specifying a TAGS= value results in no tests being run
Oct 27, 2020
Seems like just a bug in the make execution:
SUITE="fleet" DEVELOPER_MODE=false TIMEOUT_FACTOR=3 LOG_LEVEL=TRACE make -C e2e functional-test
if you run godog with no tags, it will run all of the tests, the 'make' usage should likely do the same.
The text was updated successfully, but these errors were encountered: