-
Notifications
You must be signed in to change notification settings - Fork 95
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
Remove Ignore annotation from SnackbarHostTest (#66) #359
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
6b9d207
to
56b11bd
Compare
@yschimke sorry I am new to metalava can you suggest me what to do here. Thanks |
Metalava checks public API, you aren't changing any, so don't worry. |
Failing on this test
28 and 30 refer to the API versions. |
Yes i'll check |
Quite possibly, either the emulators are different, or maybe the config to run tests? This build runs this
From here https://github.com/google/horologist/blob/main/.github/workflows/build.yml |
still exploring the issues but have found few leads this might be an issue with emulator or config as you said . |
Thanks for digging into it. If it's not coming to a solution, then I understand if you decide to leave it. One option might be to rewrite the test using other mechanisms/code paths that might be less flaky. |
I'll try to check few details about the test and that issues I linked if i dont get a solution may be will move on with some other things. Thanks. |
@MohitMandalia Going to close this PR for now, since it's showing issues we need to fix. Please reopen if/when you pick it up again. No problem if you don't intend to either, thanks for taking a look. |
Yes sure i'll reopen it when I start picking up things.😊👍 |
WHAT
Remove Ignore annotation from SnackbarHostTest
WHY
As the test
snackbarHost_returnedResult
is not failing@Ignore
annotation should be removedHOW
snackbarHost_returnedResult()
andSnackbarHostTest
Checklist 📋