Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba4e5c2c authored by Adrian Roos's avatar Adrian Roos
Browse files

Attempt fixing FrameworksImeTests

The current suspicion is that SimpleTestIme isn't considered installed yet
by the time that `am instrument` is invoked, and then fails with a signature
mismatch.

To work around that, install the SimpleTestIme first.

Change-Id: Ic3722164c27f2f547b39afd418a70fbe3e9442bf
Fixes: 311042427
parent 73abc782
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,8 +21,8 @@
    <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
        <option name="cleanup-apks" value="true" />
        <option name="install-arg" value="-t" />
        <option name="test-file-name" value="FrameworksImeTests.apk" />
        <option name="test-file-name" value="SimpleTestIme.apk" />
        <option name="test-file-name" value="FrameworksImeTests.apk" />
    </target_preparer>

    <option name="test-tag" value="FrameworksImeTests" />