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

Commit 3b484dc8 authored by Fabian Kozynski's avatar Fabian Kozynski
Browse files

Ignore ReduceBrightColorsTileTest

Ignore for now until we can fix the underlying issue.

Test: no test
Bug: 269171747
Bug: 270134874

Change-Id: Iedf9f70ce5e00d43134bd9204ed7b92793cf1839
parent ce7c4bef
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@ import com.android.systemui.qs.tileimpl.QSTileImpl;
import com.android.systemui.settings.UserTracker;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
@@ -53,6 +54,7 @@ import org.mockito.MockitoAnnotations;
@RunWith(AndroidTestingRunner.class)
@TestableLooper.RunWithLooper(setAsMainLooper = true)
@SmallTest
@Ignore("b/269171747")
public class ReduceBrightColorsTileTest extends SysuiTestCase {
    @Mock
    private QSTileHost mHost;