summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/gallery3d/StressTests.java
diff options
context:
space:
mode:
authorJason Noguchi <jnoguchi@google.com>2013-02-20 14:42:27 -0800
committerJason Noguchi <jnoguchi@google.com>2013-02-20 15:56:58 -0800
commit81d9773a9682e19b671e586f34a6a55cdae7fe9e (patch)
treeea4f6577b0a71780c7ecc39de8fa901db5ad3194 /tests/src/com/android/gallery3d/StressTests.java
parentffe5a12da3a9f61607c8ee5d81e21dfce763b7d9 (diff)
downloadandroid_packages_apps_Snap-81d9773a9682e19b671e586f34a6a55cdae7fe9e.tar.gz
android_packages_apps_Snap-81d9773a9682e19b671e586f34a6a55cdae7fe9e.tar.bz2
android_packages_apps_Snap-81d9773a9682e19b671e586f34a6a55cdae7fe9e.zip
Scaling down the stress test defaults iteration counts to some base level.
For true stress testing, need to pass arguments to scale these back up to 100. Also, temporarily removing SwitchPreview test which needs updating and currently would block other tests in stress suite. Change-Id: I9dd92e0090e2554aca5cb4b23fed2d33554c9c5e
Diffstat (limited to 'tests/src/com/android/gallery3d/StressTests.java')
-rwxr-xr-xtests/src/com/android/gallery3d/StressTests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/gallery3d/StressTests.java b/tests/src/com/android/gallery3d/StressTests.java
index 32eefdcec..b991e9e8d 100755
--- a/tests/src/com/android/gallery3d/StressTests.java
+++ b/tests/src/com/android/gallery3d/StressTests.java
@@ -41,7 +41,7 @@ public class StressTests extends TestSuite {
result.addTestSuite(CameraLatency.class);
result.addTestSuite(CameraStartUp.class);
result.addTestSuite(ImageCapture.class);
- result.addTestSuite(SwitchPreview.class);
+// result.addTestSuite(SwitchPreview.class);
return result;
}
}