0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 20:03:05 +02:00

Disable test orchestrator - causing crashes on test

The move to androidx stabilized it a little, but CI has
been much flakier since re-enabling this, so disabling it again
This commit is contained in:
Mike Hardy 2019-02-14 20:33:00 -05:00 committed by Tim Rae
parent 7b0fbdf72d
commit 96a3b30c1e

View File

@ -57,7 +57,7 @@ android {
testOptions {
// we should use orchestrator, but app data shared on /sdcard makes it unstable
execution 'ANDROIDX_TEST_ORCHESTRATOR'
//execution 'ANDROIDX_TEST_ORCHESTRATOR'
animationsDisabled true
unitTests {