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
A clear and concise description of what the bug is.
androidx.test.filters.Suppress is an annotation from AndroidX library. Currently suppressed tests puts in a shard, and because it is suppressed, shard ends up with no test and looks like fail.
To Reproduce
Steps to reproduce the behavior:
Run have and Suppress annotated test with smart sharding.
See empty shard
Expected behavior
A clear and concise description of what you expected to happen.
Suppressed test can go into already existed shards
or
have similar handling like ignore annotation.
Details (please complete the following information):
Have you tested on the latest Flank snapshot?
Post the output of flank --version.
Flank 20.08.1
no orchestrator
4 additional apks
no video or performance
The text was updated successfully, but these errors were encountered:
Describe the bug
androidx.test.filters.Suppress
is an annotation from AndroidX library. Currently suppressed tests puts in a shard, and because it is suppressed, shard ends up with no test and looks like fail.To Reproduce
Expected behavior
Suppressed test can go into already existed shards
or
have similar handling like
ignore
annotation.Details (please complete the following information):
Flank 20.08.1
no orchestrator
4 additional apks
no video or performance
The text was updated successfully, but these errors were encountered: