Maybe someone run into this during android instrumentation tests: Test failed to run to completion. Reason: 'Test run failed to complete. Expected 85 tests, received 9'. Check device logcat for details
All my android instrumentation tests run perfectly locally, but on bitrise sadly i got this error message, every time now. The provided log do not add any clue for me, what could be the problem. I also not find anything useful, when search for this.
Maybe someone has any advice or run into this issue?
When I write just before, try to change the value of the ātimeoutā value in the test step.
In the step āVirtual device testing for Androidā in the debug section, you have a value for ātimeoutā set this value to 3600 secondes
Steps:
1; connect a real device with usb and start testing
2; wait for the first test to complete
3; simply disconnect the device
4; same error: āTest run failed to complete. Expected X tests, received Yā.
After the error all tests are continue running on the device, but itās disconnected.
I think we have the same situation on firebase test lab.