Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

click on run tests but tests are not running #578

Closed
ksoniAngel opened this issue Oct 5, 2023 · 1 comment
Closed

click on run tests but tests are not running #578

ksoniAngel opened this issue Oct 5, 2023 · 1 comment

Comments

@ksoniAngel
Copy link

When I click on "run tests" tests are not running. When I click on "debug tests" then tests are running fine.
I am trying to run these tests in godog repo iitself (https://github.com/cucumber/godog)

Screenshot 2023-10-05 at 6 34 16 PM
@vearutop
Copy link
Member

vearutop commented Oct 5, 2023

Apparently you were running the tests against the same code multiple times and the results were cached by Go tooling (the (cached) label in go test output).

See also: https://stackoverflow.com/questions/48882691/force-retesting-or-disable-test-caching.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants