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

Commit 21e30f64 authored by David Saff's avatar David Saff Committed by Android (Google) Code Review
Browse files

Merge "DO NOT MERGE ANYWHERE Ignore failing test" into rvc-dev

parents 35b1a471 3ffaae13
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ import androidx.test.filters.SmallTest
import com.android.systemui.SysuiTestCase
import com.android.systemui.util.mockito.capture
import org.junit.Before
import org.junit.Ignore
import org.junit.Test
import org.junit.runner.RunWith
import org.mockito.ArgumentCaptor
@@ -54,6 +55,7 @@ class DetailDialogTest : SysuiTestCase() {
    }

    @Test
    @Ignore("b/313949758")
    fun testPendingIntentIsUnModified() {
        // GIVEN the dialog is created with a PendingIntent
        val dialog = createDialog(pendingIntent)