Ignore ReduceBrightColorsTileTest

Ignore for now until we can fix the underlying issue.

Test: no test
Bug: 269171747
Bug: 270134874

Change-Id: Iedf9f70ce5e00d43134bd9204ed7b92793cf1839
This commit is contained in:
Fabian Kozynski
2023-02-21 10:18:17 -05:00
parent ce7c4bef3d
commit 3b484dc819

View File

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