diff options
| author | 2024-01-31 08:58:38 -0800 | |
|---|---|---|
| committer | 2024-01-31 19:03:04 +0000 | |
| commit | 9ef643718ea87c0c7cfc92ed38172ab2b390596c (patch) | |
| tree | 66e5c33df138e45bef079dcfbd04c18afd11cdb2 | |
| parent | 3459cd0e5728c0f29d5c492f4e75a8592d35a8cc (diff) | |
Ignore GlanceableHubContainerControllerTest for now
Bug: 323053208
Test: n/a
Flag: n/a
Change-Id: I4a5e4f70e7f365b1bef1ff62cd14b06de63cf09a
| -rw-r--r-- | packages/SystemUI/tests/src/com/android/systemui/shade/GlanceableHubContainerControllerTest.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/tests/src/com/android/systemui/shade/GlanceableHubContainerControllerTest.kt b/packages/SystemUI/tests/src/com/android/systemui/shade/GlanceableHubContainerControllerTest.kt index a6e240b1b701..08319719bee6 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/shade/GlanceableHubContainerControllerTest.kt +++ b/packages/SystemUI/tests/src/com/android/systemui/shade/GlanceableHubContainerControllerTest.kt @@ -44,6 +44,7 @@ import org.junit.Assert.assertThrows import org.junit.Assume.assumeTrue import org.junit.Before import org.junit.BeforeClass +import org.junit.Ignore import org.junit.Test import org.junit.runner.RunWith import org.mockito.Mock @@ -51,6 +52,7 @@ import org.mockito.Mockito.times import org.mockito.Mockito.verify import org.mockito.MockitoAnnotations +@Ignore("b/323053208") @RunWith(AndroidTestingRunner::class) @TestableLooper.RunWithLooper(setAsMainLooper = true) @SmallTest |