Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2abfd312 authored by Juan Sebastian Martinez's avatar Juan Sebastian Martinez Committed by Android (Google) Code Review
Browse files

Merge "Suppressing test causing breakage" into main

parents 4bc07b17 4225b853
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -95,6 +95,7 @@ import junit.framework.Assert;


import org.junit.After;
import org.junit.After;
import org.junit.Before;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Rule;
import org.junit.Test;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runner.RunWith;
@@ -292,6 +293,7 @@ public class VolumeDialogImplTest extends SysuiTestCase {
        assertEquals(VolumeDialogImpl.PROGRESS_HAPTICS_DISABLED, type);
        assertEquals(VolumeDialogImpl.PROGRESS_HAPTICS_DISABLED, type);
    }
    }


    @Ignore("Causing breakages so ignoring to resolve, b/329099861")
    @Test
    @Test
    @EnableFlags(FLAG_HAPTIC_VOLUME_SLIDER)
    @EnableFlags(FLAG_HAPTIC_VOLUME_SLIDER)
    public void testVolumeChange_withSliderHaptics_deliversOnProgressChangedHapticsEagerly() {
    public void testVolumeChange_withSliderHaptics_deliversOnProgressChangedHapticsEagerly() {