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

Commit 038feaee authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix AndroidTest.xml"

parents ee1e2813 c78069ae
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,16 +13,16 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<configuration description="Runs AutofillPerfTests metric instrumentation.">
<configuration description="Runs TextClassifierPerfTests metric instrumentation.">
    <option name="test-suite-tag" value="apct" />
    <option name="test-suite-tag" value="apct-metric-instrumentation" />
    <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
        <option name="cleanup-apks" value="true" />
        <option name="test-file-name" value="AutofillPerfTests.apk" />
        <option name="test-file-name" value="TextClassifierPerfTests.apk" />
    </target_preparer>

    <test class="com.android.tradefed.testtype.AndroidJUnitTest" >
        <option name="package" value="com.android.perftests.autofill" />
        <option name="package" value="com.android.perftests.textclassifier" />
        <option name="hidden-api-checks" value="false"/>
    </test>
</configuration>