Ignore failing test of GrayscaleConditionControllerTest
Bug: 313597163 Test: atest Change-Id: I5a08d9e3a2ac8853bc9111c12388bbbb18a8079a
This commit is contained in:
@@ -29,6 +29,7 @@ import android.hardware.display.ColorDisplayManager;
|
||||
import android.os.UserHandle;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.mockito.Mock;
|
||||
@@ -56,6 +57,7 @@ public class GrayscaleConditionControllerTest {
|
||||
mController = new GrayscaleConditionController(mContext, mConditionManager);
|
||||
}
|
||||
|
||||
@Ignore("b/313597163")
|
||||
@Test
|
||||
public void isDisplayable_noIntent_shouldReturnFalse() {
|
||||
assertThat(mController.isDisplayable()).isFalse();
|
||||
|
Reference in New Issue
Block a user