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

Commit 38c7f990 authored by helen cheuk's avatar helen cheuk
Browse files

[Contextual Edu] Add ignore tag until test is fixed

Ignore test until the test is fixed. Seems TemporaryFolder rule is not
able to create temp folder. Will look into it and fix it in another CL.

Bug: 384284415
Test: ContextualEducationRepositoryTest
Flag: com.android.systemui.keyboard_touchpad_contextual_education
Change-Id: Idc450a3f755207c6c950a9b24083a0aa47f6dc79
parent daaa7e80
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