Merge change 7904 into donut

* changes:
  Removing calprov test suite from continuous build until to get real fix for bug 1966269
This commit is contained in:
Android (Google) Code Review
2009-07-20 11:33:03 -07:00

View File

@@ -298,11 +298,12 @@ See test_defs.xsd for more information.
coverage_target="Calendar"
continuous="true" />
<!-- Make continuous = "true" once the bug 1966269 is fixed -->
<test name="calprov"
build_path="packages/providers/CalendarProvider/tests"
package="com.android.providers.calendar.tests"
coverage_target="CalendarProvider"
continuous="true" />
continuous="false" />
<test name="camerastress"
build_path="packages/apps/Camera"