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

Commit e281a5fb authored by Vadim Tryshev's avatar Vadim Tryshev Committed by Android (Google) Code Review
Browse files

Merge "Disabling a failing test from presubmit" into main

parents c43435c0 97135856
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ package com.android.launcher3.util

import android.testing.AndroidTestingRunner
import androidx.test.filters.SmallTest
import com.android.launcher3.util.rule.TestStabilityRule
import java.util.concurrent.ExecutorService
import junit.framework.Assert.assertEquals
import junit.framework.Assert.assertFalse
@@ -65,6 +66,9 @@ class ExecutorRunnableTest {
    }

    @Test
    @TestStabilityRule.Stability(
        flavors = TestStabilityRule.LOCAL or TestStabilityRule.PLATFORM_POSTSUBMIT
    ) // b/316588649
    fun run_and_cancel_cancelCallback() {
        underTest.cancel(false)
        awaitAllExecutorCompleted()