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

Commit b511baf0 authored by Jeff Pu's avatar Jeff Pu
Browse files

Onboarding biometrics IW tests

Bug: 270382174
Test: atest BiometricsE2eTests:BiometricPromptAuthSuccessTest
Change-Id: I6643a9250a8e4b66eb224438e56726c171be9ba0
parent 2610029d
Loading
Loading
Loading
Loading
+21 −2
Original line number Diff line number Diff line
@@ -6,5 +6,24 @@
        {
            "name": "CtsBiometricsHostTestCases"
        }
    ],
    "ironwood-postsubmit": [
     {
      "name": "BiometricsE2eTests",
      "options": [
        {
            "include-annotation": "android.platform.test.annotations.IwTest"
        },
        {
            "exclude-annotation": "org.junit.Ignore"
        },
        {
            "include-filter": "android.platform.test.scenario.biometrics"
        },
        {
            "exclude-annotation": "android.platform.test.annotations.FlakyTest"
        }
      ]
    }
   ]
}