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

Commit 867df428 authored by Milton Wu's avatar Milton Wu
Browse files

[BiometricsV2] Ignore ui tests

Ignore biometricsV2 UI tests

Bug: 299892647
Bug: 299894420
Bug: 299892667
Bug: 299892703
Bug: 299898688
Test: atest FingerprintEnrollmentActivityTest
Change-Id: If7aa509dbc0943aa53ffcc9d118ecc19e59b127f
parent a35c6bc1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -38,10 +38,12 @@ import com.google.common.truth.Truth.assertThat
import org.junit.After
import org.junit.Assume
import org.junit.Before
import org.junit.Ignore
import org.junit.Test
import org.junit.runner.RunWith
import java.io.IOException

@Ignore
@RunWith(AndroidJUnit4::class)
class FingerprintEnrollmentActivityTest {