From f5c03e60e4f7d24a1026235564b844aea839598f Mon Sep 17 00:00:00 2001 From: Jason Monk Date: Tue, 27 Jun 2017 13:13:14 -0400 Subject: [PATCH] Update the runner for systemui Test: runtest systemui Bug: 62935720 Change-Id: Idf5bcf433aad4d0dc170000e6ed397f1c45b8476 --- testrunner/test_defs.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testrunner/test_defs.xml b/testrunner/test_defs.xml index 75edadb62..135269900 100644 --- a/testrunner/test_defs.xml +++ b/testrunner/test_defs.xml @@ -398,7 +398,7 @@ See test_defs.xsd for more information. build_path="frameworks/base/packages/SystemUI/tests" package="com.android.systemui.tests" coverage_target="SystemUI" - runner="android.support.test.runner.AndroidJUnitRunner" + runner="android.testing.TestableInstrumentation" continuous="true" description="SystemUI tests" /> @@ -412,7 +412,7 @@ See test_defs.xsd for more information.