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

Commit 97135856 authored by Vadim Tryshev's avatar Vadim Tryshev
Browse files

Disabling a failing test from presubmit

Bug: 316588649
Test: presubmit
Flag: N/A
Change-Id: I98487a4786fdab7f0ee5b10d59fc8df0e621b4f0
parent ae625f3d
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(true)
        awaitAllExecutorCompleted()