summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2017-04-06 18:04:55 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2017-04-06 18:05:00 +0000
commiteb93670383aa40ad7ed55861e667c08e8a3682a6 (patch)
treebd1d10dea3d22189943738d99129300d44bcc55a
parent0576064b00b8ff02a879603feedb7272a3191a91 (diff)
parent1ee48434efc8129c604b20eae90605b0098f674e (diff)
Merge "Ignore a broken test until it can be fixed." into oc-dev
-rw-r--r--packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/NotificationViewWrapperTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/NotificationViewWrapperTest.java b/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/NotificationViewWrapperTest.java
index a69de7a68291..2c49f99c295d 100644
--- a/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/NotificationViewWrapperTest.java
+++ b/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/NotificationViewWrapperTest.java
@@ -24,6 +24,7 @@ import android.view.View;
import com.android.systemui.statusbar.ExpandableNotificationRow;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -37,6 +38,7 @@ public class NotificationViewWrapperTest {
mContext = InstrumentationRegistry.getTargetContext();
}
+ @Ignore("Broken")
@Test
public void constructor_doesntUseViewContext() throws Exception {
new TestableNotificationViewWrapper(mContext, new View(null /* context */), null /* row */);