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

Commit 2c114331 authored by Milton Wu's avatar Milton Wu Committed by Android (Google) Code Review
Browse files

Merge "[BiometricsV2] Ignore ui tests" into main

parents 18b2309d 867df428
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 {