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

Commit 10ec8677 authored by Hai Zhang's avatar Hai Zhang
Browse files

Mark UI tests as flaky and restore role tests for presubmit.

These UI tests will be excluded from presubmit.

Bug: 125404675
Bug: 123376916
Test: atest RoleManagerTest
Change-Id: Idbb1f7f0fadf54ab5d5b2dc362a40c22c2951f9b
parent 391094fa
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
{
    "postsubmit": [
    "presubmit": [
        {
            "name": "CtsRoleTestCases"
            "name": "CtsRoleTestCases",
            "options": [
                {
                    "exclude-annotation": "androidx.test.filters.FlakyTest"
                }
            ]
        }
    ]
}
+7 −2
Original line number Diff line number Diff line
{
    "postsubmit": [
    "presubmit": [
        {
            "name": "CtsRoleTestCases"
            "name": "CtsRoleTestCases",
            "options": [
                {
                    "exclude-annotation": "androidx.test.filters.FlakyTest"
                }
            ]
        }
    ]
}