Jude Selase Kwashie
Jude Selase Kwashie
Hi @AaronMT , thanks for the report. I'm able to reproduce this issue. I'm looking into it.
Hi @AaronMT , I was able to reproduce this once but for some weird reason, I'm not able to reproduce it anymore. Are you still experiencing this issue?
Are you able to reproduce this locally?
Can you provide a sample app and test apk?
I apologise for the confusion. By reproducing locally, I meant executing Flank on your own machine to initiate Test Lab runs, rather than in CI.
Kindly provide the device specifications you have in your flank.yml
Seems to work fine locally: ```xml androidx.test.espresso.NoActivityResumedException: No activities in stage RESUMED. Did you forget to launch the activity. (test.getActivity() or similar)? at dalvik.system.VMStack.getThreadStackTrace(Native Method) at java.lang.Thread.getStackTrace(Thread.java:1736) ...... FAILED .........
Do you experience this issue when you run flank in your local environment with the above configuration?
Hi @AaronMT, after some investigation, I've found that the issue is related to the `max-test-shards` property. If you omit this property, allowing it to use it's default value, the behavior...
Hi @BWhiteApps , thanks for the report. I'm able to reproduce this issue. However, It doesn't seem to be any different on version 10.5.7 in my case. Reproducible code ```dart...