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

Commit 17294c7f authored by Helen Cheuk's avatar Helen Cheuk Committed by Android (Google) Code Review
Browse files

Merge "[Contextual Edu] Add ignore tag until test is fixed" into main

parents 2e513582 38c7f990
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.test.TestScope
import kotlinx.coroutines.test.runTest
import org.junit.Before
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.junit.rules.TemporaryFolder
@@ -43,6 +44,7 @@ import org.junit.runner.RunWith

@SmallTest
@RunWith(AndroidJUnit4::class)
@Ignore("b/384284415")
class ContextualEducationRepositoryTest : SysuiTestCase() {

    private lateinit var underTest: UserContextualEducationRepository