Skip to content

Commit f5da1f2

Browse files
author
Paul Miller
committed
Remove references to Browser tests
Browser is going away BUG:19351071 Change-Id: Ief2a0843fce4d28be7fa1200021ad2b3aa047958
1 parent 73371e5 commit f5da1f2

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

testrunner/coverage_targets.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@
5757
<!-- apps -->
5858
<coverage_target name="ApiDemos" build_path="development/samples/ApiDemos"
5959
type="APPS" />
60-
<coverage_target name="Browser" build_path="packages/apps/Browser"
61-
type="APPS" />
6260
<coverage_target name="Calculator" build_path="packages/apps/Calculator"
6361
type="APPS" />
6462
<coverage_target name="Calendar" build_path="packages/apps/Calendar"

testrunner/test_defs.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -398,12 +398,6 @@ See test_defs.xsd for more information.
398398
build_path="development/samples/ApiDemos"
399399
package="com.example.android.apis.tests" />
400400

401-
<test name="browser"
402-
build_path="packages/apps/Browser"
403-
package="com.android.browser.tests"
404-
coverage_target="Browser"
405-
continuous="true" />
406-
407401
<test name="calculator"
408402
build_path="packages/apps/Calculator"
409403
package="com.android.calculator2.tests"

0 commit comments

Comments
 (0)