summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-04-11 16:19:21 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-04-11 16:19:21 +0000
commit2cdded15f9928c534b53a51f805621c33ebc3ca4 (patch)
tree3ac7a182ba1b56914ed8ad6e2ddea59e713434b8
parent97a771174b4efb45086ac0bfc834c4f91017f6cf (diff)
parent571dac1b39016ad893a1fbff1518159c084a9796 (diff)
Merge "Temporarily remove volume haptic flaky test" into main
-rw-r--r--packages/SystemUI/tests/src/com/android/systemui/volume/VolumeDialogImplTest.java3
1 files changed, 2 insertions, 1 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 11a53f753b2a..ed2fb2c0cfc9 100644
--- a/packages/SystemUI/tests/src/com/android/systemui/volume/VolumeDialogImplTest.java
+++ b/packages/SystemUI/tests/src/com/android/systemui/volume/VolumeDialogImplTest.java
@@ -65,6 +65,7 @@ import android.widget.ImageButton;
import android.widget.SeekBar;
import androidx.test.core.view.MotionEventBuilder;
+import androidx.test.filters.FlakyTest;
import androidx.test.filters.SmallTest;
import com.android.internal.jank.InteractionJankMonitor;
@@ -293,7 +294,7 @@ public class VolumeDialogImplTest extends SysuiTestCase {
mTestableLooper.processAllMessages();
}
- @Test
+ @Test @FlakyTest(bugId = 329099861)
@EnableFlags(FLAG_HAPTIC_VOLUME_SLIDER)
public void testVolumeChange_withSliderHaptics_deliversOnProgressChangedHapticsEagerly() {
// create haptic plugins on the rows with the flag enabled