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

Commit ad190598 authored by Rahul Banerjee's avatar Rahul Banerjee Committed by Automerger Merge Worker
Browse files

Merge "Disable testPredictiveBackInvocationDismissesDialog" into tm-qpr-dev...

Merge "Disable testPredictiveBackInvocationDismissesDialog" into tm-qpr-dev am: dd14be93 am: a099dfeb

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20067691



Change-Id: Ief809f151e6395ea050fd20ccc8c93c3ea357fc3
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 0f415091 a099dfeb
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@ import android.view.WindowManagerPolicyConstants;
import android.window.OnBackInvokedCallback;
import android.window.OnBackInvokedDispatcher;

import androidx.test.filters.FlakyTest;
import androidx.test.filters.SmallTest;

import com.android.internal.colorextraction.ColorExtractor;
@@ -234,6 +235,11 @@ public class GlobalActionsDialogLiteTest extends SysuiTestCase {
        verify(mOnBackInvokedDispatcher).unregisterOnBackInvokedCallback(any());
    }

    /**
     * This specific test case appears to be flaky.
     * b/249136797 tracks the task of root-causing and fixing it.
     */
    @FlakyTest
    @Test
    public void testPredictiveBackInvocationDismissesDialog() {
        mGlobalActionsDialogLite = spy(mGlobalActionsDialogLite);