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

Look for annotations on methods as well as classes #245

Merged
merged 2 commits into from
Jan 25, 2024

Conversation

illicitonion
Copy link
Collaborator

Currently using something like @FlakyTest only works if a whole class is annotated.

It can be preferable to just annotate the single flaky method, rather than the whole class. This allows that.

Currently using something like `@FlakyTest` only works if a whole class is annotated.

It can be preferable to just annotate the single flaky method, rather than the whole class. This allows that.
@illicitonion illicitonion merged commit 8c5954b into bazel-contrib:main Jan 25, 2024
2 checks passed
@illicitonion illicitonion deleted the annotations-on-methods branch January 25, 2024 16:35
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

Successfully merging this pull request may close these issues.

2 participants