summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/gallery3d/stress/ShotToShotLatency.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/ShotToShotLatency.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/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;