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

Commit 15d91aba authored by Jeff DeCew's avatar Jeff DeCew Committed by Android (Google) Code Review
Browse files

Revert "Demote VolumeDialogImplTest#dialogDestroy_removesPostureControllerCallback"

This reverts commit b11a0f22.

Reason for revert: stable when run in marked_flaky suite, which confirms that this is a test interaction issue, but also we have a possible fix now merged, so let's see if that did it.

Change-Id: I463d96a91b8f5f95fbd1229fc164e0d9a64eb6e9
parent b11a0f22
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -61,7 +61,6 @@ 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;
@@ -502,7 +501,6 @@ public class VolumeDialogImplTest extends SysuiTestCase {
    }

    @Test
    @FlakyTest(bugId = 326204750)
    public void dialogDestroy_removesPostureControllerCallback() {
        verify(mPostureController, never()).removeCallback(any());
        mDialog.destroy();