Ignore a bunch of systemui tests until flakes are found
Test: runtest systemui Bug: 38500852 Change-Id: I54f0e868bd9432758ff21a344631b6888bc83a4b
This commit is contained in:
@@ -37,12 +37,14 @@ import com.android.systemui.plugins.ActivityStarter;
|
||||
import com.android.systemui.plugins.qs.DetailAdapter;
|
||||
|
||||
import org.junit.After;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
@RunWith(AndroidTestingRunner.class)
|
||||
@RunWithLooper
|
||||
@Ignore("flaking")
|
||||
public class QSDetailTest extends SysuiTestCase {
|
||||
|
||||
private MetricsLogger mMetricsLogger;
|
||||
|
||||
@@ -33,11 +33,13 @@ import com.android.systemui.statusbar.policy.DeviceProvisionedController;
|
||||
import com.android.systemui.utils.leaks.LeakCheckedTest;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
@RunWith(AndroidTestingRunner.class)
|
||||
@RunWithLooper
|
||||
@Ignore("flaking")
|
||||
public class QSFooterTest extends LeakCheckedTest {
|
||||
|
||||
private QSFooter mFooter;
|
||||
|
||||
@@ -39,6 +39,7 @@ import android.testing.TestableLooper;
|
||||
import android.testing.TestableLooper.RunWithLooper;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
@@ -48,6 +49,7 @@ import android.widget.FrameLayout;
|
||||
|
||||
@RunWith(AndroidTestingRunner.class)
|
||||
@RunWithLooper(setAsMainLooper = true)
|
||||
@Ignore("flaking")
|
||||
public class QSFragmentTest extends SysuiBaseFragmentTest {
|
||||
|
||||
private MetricsLogger mMockMetricsLogger;
|
||||
|
||||
@@ -29,6 +29,7 @@ import com.android.systemui.SysuiTestCase;
|
||||
import com.android.systemui.qs.customize.QSCustomizer;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
@@ -36,6 +37,7 @@ import java.util.Collections;
|
||||
|
||||
@RunWith(AndroidTestingRunner.class)
|
||||
@RunWithLooper
|
||||
@Ignore("flaking")
|
||||
public class QSPanelTest extends SysuiTestCase {
|
||||
|
||||
private MetricsLogger mMetricsLogger;
|
||||
|
||||
@@ -27,11 +27,13 @@ import android.view.View;
|
||||
|
||||
import org.junit.Assert;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
@SmallTest
|
||||
@RunWith(AndroidJUnit4.class)
|
||||
@Ignore("flaking")
|
||||
public class ExpandableNotificationRowTest {
|
||||
|
||||
private Context mContext;
|
||||
|
||||
@@ -25,6 +25,7 @@ import android.view.View;
|
||||
|
||||
import org.junit.Assert;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
@@ -35,6 +36,7 @@ import static org.mockito.Mockito.spy;
|
||||
|
||||
@SmallTest
|
||||
@RunWith(AndroidJUnit4.class)
|
||||
@Ignore("flaking")
|
||||
public class NotificationContentViewTest {
|
||||
|
||||
NotificationContentView mView;
|
||||
|
||||
@@ -30,11 +30,13 @@ import com.android.systemui.statusbar.notification.NotificationViewWrapper;
|
||||
|
||||
import org.junit.Assert;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
@SmallTest
|
||||
@RunWith(AndroidJUnit4.class)
|
||||
@Ignore("flaking")
|
||||
public class NotificationCustomViewWrapperTest {
|
||||
|
||||
private Context mContext;
|
||||
|
||||
@@ -38,6 +38,7 @@ import com.android.systemui.statusbar.NotificationTestHelper;
|
||||
|
||||
import org.junit.Assert;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
@@ -45,6 +46,7 @@ import java.util.concurrent.CountDownLatch;
|
||||
|
||||
@SmallTest
|
||||
@RunWith(AndroidJUnit4.class)
|
||||
@Ignore("flaking")
|
||||
public class NotificationInflaterTest {
|
||||
|
||||
private Context mContext;
|
||||
|
||||
@@ -29,11 +29,13 @@ import com.android.systemui.statusbar.NotificationTestHelper;
|
||||
|
||||
import org.junit.Assert;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
@SmallTest
|
||||
@RunWith(AndroidJUnit4.class)
|
||||
@Ignore("flaking")
|
||||
public class NotificationChildrenContainerTest {
|
||||
|
||||
private Context mContext;
|
||||
|
||||
Reference in New Issue
Block a user