Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40249d96 authored by Aaron Heuckroth's avatar Aaron Heuckroth Committed by Android (Google) Code Review
Browse files

Merge "Ignore NotificationSwipeHelperTests for now, to avoid flakiness."

parents ab96fe0b 1c226d11
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 {