summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/gallery3d/stress/CameraStartUp.java
diff options
context:
space:
mode:
authorJason Noguchi <jnoguchi@google.com>2013-07-31 14:16:31 -0700
committerJason Noguchi <jnoguchi@google.com>2013-08-02 16:31:46 -0700
commit4c3d807c2b6ec190dd7b4f0a1626cec7f88deae3 (patch)
tree5bcc939b6c10c6ee40648629cc1a0a1060d5d9a0 /tests/src/com/android/gallery3d/stress/CameraStartUp.java
parenta1168a948830022c599a6164d92ce537794a1247 (diff)
downloadandroid_packages_apps_Snap-4c3d807c2b6ec190dd7b4f0a1626cec7f88deae3.tar.gz
android_packages_apps_Snap-4c3d807c2b6ec190dd7b4f0a1626cec7f88deae3.tar.bz2
android_packages_apps_Snap-4c3d807c2b6ec190dd7b4f0a1626cec7f88deae3.zip
Clean up the test tags used by the continuous test service to determine which
tests to run on every dev build. Add SmallTest or MediumTest tags for unit tests that are currently being skipped and remove LargeTest tags from long running stress tests which are not necessary in this context. Change-Id: I2d3db31b0800dcbed42c881c5eaa589517fd9f87
Diffstat (limited to 'tests/src/com/android/gallery3d/stress/CameraStartUp.java')
-rw-r--r--tests/src/com/android/gallery3d/stress/CameraStartUp.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/src/com/android/gallery3d/stress/CameraStartUp.java b/tests/src/com/android/gallery3d/stress/CameraStartUp.java
index 8524465ac..3ca163227 100644
--- a/tests/src/com/android/gallery3d/stress/CameraStartUp.java
+++ b/tests/src/com/android/gallery3d/stress/CameraStartUp.java
@@ -112,7 +112,6 @@ public class CameraStartUp extends InstrumentationTestCase {
}
}
- @LargeTest
public void testLaunchVideo() throws Exception {
String individualStartupTime;
individualStartupTime = "Individual Video Startup Time = ";
@@ -133,7 +132,6 @@ public class CameraStartUp extends InstrumentationTestCase {
writeToOutputFile(totalStartupTime, individualStartupTime, false, "Video");
}
- @LargeTest
public void testLaunchCamera() throws Exception {
String individualStartupTime;
individualStartupTime = "Individual Camera Startup Time = ";