From f40d4fbbbeb8e972114c41078e038fbbe0e5b083 Mon Sep 17 00:00:00 2001 From: Jason Noguchi Date: Wed, 31 Jul 2013 14:16:31 -0700 Subject: 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 --- tests/src/com/android/gallery3d/jpegstream/JpegStreamReaderTest.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/src/com/android/gallery3d/jpegstream/JpegStreamReaderTest.java') diff --git a/tests/src/com/android/gallery3d/jpegstream/JpegStreamReaderTest.java b/tests/src/com/android/gallery3d/jpegstream/JpegStreamReaderTest.java index 2e56145cf..ae60a91a7 100644 --- a/tests/src/com/android/gallery3d/jpegstream/JpegStreamReaderTest.java +++ b/tests/src/com/android/gallery3d/jpegstream/JpegStreamReaderTest.java @@ -16,6 +16,8 @@ package com.android.gallery3d.jpegstream; +import android.test.suitebuilder.annotation.MediumTest; + import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Point; @@ -59,6 +61,7 @@ public class JpegStreamReaderTest extends JpegStreamTestCase { } } + @MediumTest public void testBasicReads() throws Exception { // Setup input stream. -- cgit v1.2.3