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

Commit 30385832 authored by Pechetty Sravani (xWF)'s avatar Pechetty Sravani (xWF) Committed by Android (Google) Code Review
Browse files

Revert "Add DefaultUITraceListener to InputTests"

This reverts commit e9d639dc.

Reason for revert: Droidmonitor created revert due to b/354316018. Will be verifying through ABTD before submission.

Change-Id: I71d0adbaff2aa31620d8a08dedb296cc7028a0cc
parent e9d639dc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -48,7 +48,6 @@ android_test {
        "testables",
        "testng",
        "truth",
        "ui-trace-collector",
    ],
    libs: [
        "android.test.mock",
+0 −5
Original line number Diff line number Diff line
@@ -22,9 +22,6 @@
        <option name="shell-timeout" value="660s" />
        <option name="test-timeout" value="600s" />
        <option name="runner" value="androidx.test.runner.AndroidJUnitRunner" />
        <option name="device-listeners" value="android.tools.collectors.DefaultUITraceListener"/>
        <!-- DefaultUITraceListener args -->
        <option name="instrumentation-arg" key="skip_test_success_metrics" value="true"/>
    </test>
    <object class="com.android.tradefed.testtype.suite.module.TestFailureModuleController"
            type="module_controller">
@@ -35,8 +32,6 @@
        <option name="pull-pattern-keys" value="input_.*" />
        <!-- Pull files created by tests, like the output of screenshot tests -->
        <option name="directory-keys" value="/sdcard/Download/InputTests" />
        <!-- Pull perfetto traces from DefaultUITraceListener -->
        <option name="pull-pattern-keys" value="perfetto_file_path*" />
        <option name="collect-on-run-ended-only" value="false" />
    </metrics_collector>
</configuration>