summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/gallery3d/stress/VideoCapture.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
commitf40d4fbbbeb8e972114c41078e038fbbe0e5b083 (patch)
treebe885ada90501f3b76aa4ae02b279480c3fc5503 /tests/src/com/android/gallery3d/stress/VideoCapture.java
parentdd9432a31e18c2cb1479ec51f41defced345173a (diff)
downloadandroid_packages_apps_Snap-f40d4fbbbeb8e972114c41078e038fbbe0e5b083.tar.gz
android_packages_apps_Snap-f40d4fbbbeb8e972114c41078e038fbbe0e5b083.tar.bz2
android_packages_apps_Snap-f40d4fbbbeb8e972114c41078e038fbbe0e5b083.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/VideoCapture.java')
-rwxr-xr-xtests/src/com/android/gallery3d/stress/VideoCapture.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/src/com/android/gallery3d/stress/VideoCapture.java b/tests/src/com/android/gallery3d/stress/VideoCapture.java
index dbbd124d0..8211badf7 100755
--- a/tests/src/com/android/gallery3d/stress/VideoCapture.java
+++ b/tests/src/com/android/gallery3d/stress/VideoCapture.java
@@ -66,7 +66,6 @@ public class VideoCapture extends ActivityInstrumentationTestCase2 <CameraActivi
super.tearDown();
}
- @LargeTest
public void captureVideos(String reportTag, Instrumentation inst) throws Exception{
boolean memoryResult = false;
int total_num_of_videos = CameraStressTestRunner.mVideoIterations;
@@ -83,7 +82,6 @@ public class VideoCapture extends ActivityInstrumentationTestCase2 <CameraActivi
}
}
- @LargeTest
public void testBackVideoCapture() throws Exception {
Instrumentation inst = getInstrumentation();
Intent intent = new Intent(MediaStore.INTENT_ACTION_VIDEO_CAMERA);
@@ -98,7 +96,6 @@ public class VideoCapture extends ActivityInstrumentationTestCase2 <CameraActivi
act.finish();
}
- @LargeTest
public void testFrontVideoCapture() throws Exception {
Instrumentation inst = getInstrumentation();
Intent intent = new Intent(MediaStore.INTENT_ACTION_VIDEO_CAMERA);