Merge "[BiometricsV2] Ignore ui tests" into main

This commit is contained in:
Milton Wu
2023-09-14 05:59:41 +00:00
committed by Android (Google) Code Review

View File

@@ -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 {