summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/gallery3d/stress/ShotToShotLatency.java
diff options
context:
space:
mode:
authorJason Noguchi <jnoguchi@google.com>2013-08-03 00:17:06 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-08-03 00:17:06 +0000
commit8b6c588e775056d4fd7dbe8fcbcea2746cc63c79 (patch)
tree471b41529187b32953aaa8f58666b96fbae4aade /tests/src/com/android/gallery3d/stress/ShotToShotLatency.java
parentb19d6038926ff736f08b479ae43a59a339cf39c8 (diff)
parent4c3d807c2b6ec190dd7b4f0a1626cec7f88deae3 (diff)
downloadandroid_packages_apps_Snap-8b6c588e775056d4fd7dbe8fcbcea2746cc63c79.tar.gz
android_packages_apps_Snap-8b6c588e775056d4fd7dbe8fcbcea2746cc63c79.tar.bz2
android_packages_apps_Snap-8b6c588e775056d4fd7dbe8fcbcea2746cc63c79.zip
Merge "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." into gb-ub-photos-carlsbad
Diffstat (limited to 'tests/src/com/android/gallery3d/stress/ShotToShotLatency.java')
-rw-r--r--tests/src/com/android/gallery3d/stress/ShotToShotLatency.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/src/com/android/gallery3d/stress/ShotToShotLatency.java b/tests/src/com/android/gallery3d/stress/ShotToShotLatency.java
index a27bd90e6..0d5749e7d 100644
--- a/tests/src/com/android/gallery3d/stress/ShotToShotLatency.java
+++ b/tests/src/com/android/gallery3d/stress/ShotToShotLatency.java
@@ -83,7 +83,6 @@ public class ShotToShotLatency extends ActivityInstrumentationTestCase2<CameraAc
}
}
- @LargeTest
public void testShotToShotLatency() {
long sigmaOfDiffFromMeanSquared = 0;
double mean = 0;