Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

using 'make' to run e2e tests without specifying a TAGS= value results in no tests being run #408

Closed
EricDavisX opened this issue Oct 27, 2020 · 0 comments · Fixed by #531
Assignees
Labels
automation bug Something isn't working

Comments

@EricDavisX
Copy link
Contributor

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

Screen Shot 2020-10-27 at 1 48 45 PM

if you run godog with no tags, it will run all of the tests, the 'make' usage should likely do the same.

@EricDavisX 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
@mdelapenya mdelapenya added automation bug Something isn't working labels Nov 4, 2020
@mdelapenya mdelapenya self-assigned this Nov 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
automation bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants