Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment