How to run instrumentation tests after converting app to instant app?

98 Views Asked by At

After converting and trying to run my instrumentation tests. I get the following error.

* What went wrong:
Execution failed for task ':app:connectedServertestDebugAndroidTest'.
> There were failing tests. See the report at:
1

There are 1 best solutions below

1
On

Turns out moving the ui tests to the module that builds the apk fixed this problem.