summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/launcher3/RotationPreferenceTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/com/android/launcher3/RotationPreferenceTest.java')
-rw-r--r--tests/src/com/android/launcher3/RotationPreferenceTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/com/android/launcher3/RotationPreferenceTest.java b/tests/src/com/android/launcher3/RotationPreferenceTest.java
index 0168ee66f..7259d35c2 100644
--- a/tests/src/com/android/launcher3/RotationPreferenceTest.java
+++ b/tests/src/com/android/launcher3/RotationPreferenceTest.java
@@ -8,10 +8,12 @@ import android.support.test.uiautomator.UiDevice;
import android.support.test.uiautomator.UiObject;
import android.support.test.uiautomator.UiSelector;
import android.test.InstrumentationTestCase;
+import android.test.suitebuilder.annotation.MediumTest;
/**
* Test for auto rotate preference.
*/
+@MediumTest
public class RotationPreferenceTest extends InstrumentationTestCase {
private UiDevice mDevice;