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

Commit 211ad9bc authored by Geoffrey Pitsch's avatar Geoffrey Pitsch Committed by android-build-merger
Browse files

Merge "Ignore a bunch of systemui tests until flakes are found" into oc-dev am: c9963a2f

am: e5c476ae

Change-Id: I0f7ed129dbcabf27ac801c274e8805415f5b4110
parents 287f1ca3 e5c476ae
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
+2 −0
Original line number Diff line number Diff line
@@ -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;
+2 −0
Original line number Diff line number Diff line
@@ -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;
+2 −0
Original line number Diff line number Diff line
@@ -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;
+2 −0
Original line number Diff line number Diff line
@@ -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;
Loading