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

Commit 3ffaae13 authored by Fabian Kozynski's avatar Fabian Kozynski
Browse files

DO NOT MERGE ANYWHERE Ignore failing test

Change-Id: Ic7edaad86463dffb3a49852a028c4eca618347bf
Test: atest SystemUITests:DetailDialogTest
Bug: 313949758
parent 2b9e13fb
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)