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

AndroidDeviceTestRunner now checks if test contains the @Ignore #226

Merged

Conversation

Malinskiy
Copy link
Member

AndroidDeviceTestRunner filters the @ignore test classes out now without sending them to the device

One edge-case is when the batch consists of only ignored tests, in this
case Android's test runner will output exception but it doesn't break
anything in the marathon

Fixes #186

filters these tests out

One edge-case is when the batch consists of only ignored tests, in this
case Android's test runner will output exception but it doesn't break
anything in the marathon
@Malinskiy Malinskiy added the bug Something isn't working label May 11, 2019
@Malinskiy Malinskiy added this to the 0.5.0 milestone May 11, 2019
@Malinskiy Malinskiy requested a review from tagantroy May 11, 2019 07:50
@Malinskiy Malinskiy self-assigned this May 11, 2019
@codecov-io
Copy link

codecov-io commented May 11, 2019

Codecov Report

Merging #226 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop     #226   +/-   ##
==========================================
  Coverage      58.46%   58.46%           
  Complexity       342      342           
==========================================
  Files             97       97           
  Lines           1789     1789           
  Branches         222      222           
==========================================
  Hits            1046     1046           
  Misses           622      622           
  Partials         121      121

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1e3687e...0fd663e. Read the comment docs.

@Malinskiy Malinskiy merged commit e0070c1 into develop May 12, 2019
@Malinskiy Malinskiy deleted the feature/handle_gnore_annotation_for_android_properly branch June 21, 2019 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ignore by default all tests with org.junit.Ignore annotation
3 participants