Ignore a bunch of systemui tests until flakes are found

Test: runtest systemui
Bug: 38500852
Change-Id: I54f0e868bd9432758ff21a344631b6888bc83a4b
This commit is contained in:
Geoffrey Pitsch
2017-05-22 15:20:20 -04:00
parent ed83139842
commit 351a321371
9 changed files with 18 additions and 0 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;