diff options
| author | 2024-03-11 13:10:12 -0700 | |
|---|---|---|
| committer | 2024-03-11 13:10:12 -0700 | |
| commit | 4225b853e1e68e350267cb4b8471a539ac712092 (patch) | |
| tree | ea2207785c922c81f62905e07134d1f4f87f22e3 | |
| parent | cf909694ad9394c68720727bdbf0d2ff0eaa649a (diff) | |
Suppressing test causing breakage
Test: atest SystemUITests:VolumeDialogImplTest
Flag: NONE
Bug: 329099861
Change-Id: Ic89f829d70ee139ba46a8fc5471534e1f6889496
| -rw-r--r-- | packages/SystemUI/tests/src/com/android/systemui/volume/VolumeDialogImplTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/tests/src/com/android/systemui/volume/VolumeDialogImplTest.java b/packages/SystemUI/tests/src/com/android/systemui/volume/VolumeDialogImplTest.java index 974e396fe280..5206db4aa13a 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/volume/VolumeDialogImplTest.java +++ b/packages/SystemUI/tests/src/com/android/systemui/volume/VolumeDialogImplTest.java @@ -95,6 +95,7 @@ import junit.framework.Assert; import org.junit.After; import org.junit.Before; +import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; @@ -292,6 +293,7 @@ public class VolumeDialogImplTest extends SysuiTestCase { assertEquals(VolumeDialogImpl.PROGRESS_HAPTICS_DISABLED, type); } + @Ignore("Causing breakages so ignoring to resolve, b/329099861") @Test @EnableFlags(FLAG_HAPTIC_VOLUME_SLIDER) public void testVolumeChange_withSliderHaptics_deliversOnProgressChangedHapticsEagerly() { |