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

Commit cbd5895e authored by Fabian Kozynski's avatar Fabian Kozynski
Browse files

Ignore tests in PrivacyItemControllerTest

Tests are flaking, ignore for now. Marked with STOPSHIP as they need to
be fixed.

Bug: 135008667
Test: atest ignores these tests.
Change-Id: I6b7864089d85aa6c7535dd02321e558be055f99f
parent 21909896
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@ import org.junit.Assert.assertEquals
import org.junit.Assert.assertThat
import org.junit.Assert.assertTrue
import org.junit.Before
import org.junit.Ignore
import org.junit.Test
import org.junit.runner.RunWith
import org.mockito.ArgumentCaptor
@@ -69,6 +70,7 @@ import org.mockito.MockitoAnnotations
@RunWith(AndroidTestingRunner::class)
@SmallTest
@RunWithLooper
@Ignore
class PrivacyItemControllerTest : SysuiTestCase() {

    companion object {