-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: annotation filtering for parameterized classes #1956
fix: annotation filtering for parameterized classes #1956
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
test_runner/src/main/kotlin/ftl/run/platform/android/CreateAndroidTestContext.kt
Outdated
Show resolved
Hide resolved
12e1259
to
1de951d
Compare
@flank-it |
Integration tests were triggered at 2021-05-24 09:04:53, you can track progress here |
1de951d
to
7839949
Compare
|
7839949
to
00c8a77
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍🏻
@axelzuziak-gogo
As a follow-up we can create a ticket to update IT with this feature
This fixes
annotation
andnotAnnotation
filtering for parameterized classes.Test Plan
Unit tests which test both annotation filters are added.
.
Checklist