diff options
| author | 2018-11-13 14:41:55 +0000 | |
|---|---|---|
| committer | 2018-11-13 14:41:55 +0000 | |
| commit | 40249d96a0e414593047dc44ad79484e727c668e (patch) | |
| tree | 43be6fdaf56fb4c7f6bf219142eb578c6f831771 | |
| parent | ab96fe0b43a733d68bc8e11528b9df4a5a5b72f4 (diff) | |
| parent | 1c226d11fb87631894874f4a079df0c4d9c051c3 (diff) | |
Merge "Ignore NotificationSwipeHelperTests for now, to avoid flakiness."
| -rw-r--r-- | packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/NotificationSwipeHelperTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/NotificationSwipeHelperTest.java b/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/NotificationSwipeHelperTest.java index 098fa62f4044..dcd59462a7f7 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/NotificationSwipeHelperTest.java +++ b/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/NotificationSwipeHelperTest.java @@ -44,6 +44,7 @@ import com.android.systemui.plugins.statusbar.NotificationSwipeActionHelper.Snoo import com.android.systemui.statusbar.notification.row.ExpandableNotificationRow; import org.junit.Before; +import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; @@ -55,6 +56,7 @@ import org.mockito.stubbing.Answer; * Tests for {@link NotificationSwipeHelper}. */ @SmallTest +@Ignore @RunWith(AndroidJUnit4.class) @UiThreadTest public class NotificationSwipeHelperTest extends SysuiTestCase { |