https://github.com/runningcode/testorchbug
https://github.com/runningcode/testorchbug
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/runningcode/testorchbug
- Owner: runningcode
- Created: 2018-06-29T22:50:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T16:32:38.000Z (almost 8 years ago)
- Last Synced: 2025-10-19T13:48:01.049Z (8 months ago)
- Language: Java
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android Test Orchestrator Bug
This project demonstrates a bug with the Android Test Orchestrator.
When reporting a test failure using a RunListener, the test failure is not properly reported back to the Android Test Orchestrator.
To reproduce the bug run `./gradlew connectedCheck`. The tests will succeed but should have failed because the FailTestRunListener is reporting them is failed.
To disable the Android Test Orchestrator and have the tests fail as expected, comment out the following line in app/build.gradle:
`execution 'ANDROID_TEST_ORCHESTRATOR'`