aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/src/com/android/tv/data/WatchedHistoryManagerTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/src/com/android/tv/data/WatchedHistoryManagerTest.java')
-rw-r--r--tests/unit/src/com/android/tv/data/WatchedHistoryManagerTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/src/com/android/tv/data/WatchedHistoryManagerTest.java b/tests/unit/src/com/android/tv/data/WatchedHistoryManagerTest.java
index e5da60eb..eb99cb88 100644
--- a/tests/unit/src/com/android/tv/data/WatchedHistoryManagerTest.java
+++ b/tests/unit/src/com/android/tv/data/WatchedHistoryManagerTest.java
@@ -19,6 +19,7 @@ package com.android.tv.data;
import android.test.AndroidTestCase;
import android.test.UiThreadTest;
import android.test.suitebuilder.annotation.SmallTest;
+import android.test.suitebuilder.annotation.Suppress;
import com.android.tv.data.WatchedHistoryManager.WatchedRecord;
import com.android.tv.testing.Utils;
@@ -30,6 +31,7 @@ import java.util.concurrent.TimeUnit;
* Test for {@link com.android.tv.data.WatchedHistoryManagerTest}
*/
@SmallTest
+@Suppress // http://b/27156462
public class WatchedHistoryManagerTest extends AndroidTestCase {
private static final boolean DEBUG = false;
private static final String TAG = "WatchedHistoryManager";