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

fix: exclusion of @Suppress test #990

Merged
merged 3 commits into from
Aug 13, 2020
Merged

Conversation

piotradamczyk5
Copy link
Contributor

@piotradamczyk5 piotradamczyk5 commented Aug 12, 2020

Fixes #984

Test Plan

How do we know the code works?

Tests marked with annotation androidx.test.filters.Suppress or android.support.test.filters.Suppress are treated like org.junit.Ignore.
If you run tests with this annotation you could see that these tests are ignored.
You could also run with --dump-shards option to check if the required test is included in junit-ignored section

Checklist

  • Documented
  • Unit tested
  • release_notes.md updated

kozaxinan
kozaxinan previously approved these changes Aug 12, 2020
Copy link
Contributor

@kozaxinan kozaxinan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fast PR 👍

@piotradamczyk5 piotradamczyk5 marked this pull request as ready for review August 12, 2020 17:58
pawelpasterz
pawelpasterz previously approved these changes Aug 13, 2020
@piotradamczyk5 piotradamczyk5 dismissed stale reviews from pawelpasterz and kozaxinan via a530f7a August 13, 2020 11:13
@piotradamczyk5 piotradamczyk5 force-pushed the #984-include-suppress-tests branch from 6d1d076 to a530f7a Compare August 13, 2020 11:13
Copy link
Contributor

@adamfilipow92 adamfilipow92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests, working 👍

@piotradamczyk5 piotradamczyk5 merged commit f6007e5 into master Aug 13, 2020
@piotradamczyk5 piotradamczyk5 deleted the #984-include-suppress-tests branch August 13, 2020 13:21
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.

Suppressed tests are not excluded for smart shardinig
5 participants