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

Commit 1a9b6d3a authored by Hai Zhang's avatar Hai Zhang
Browse files

Move TEST_MAPPING out of resource directory.

Bug: 128347536
Test: manual
Change-Id: Ic8362700fbeaef26f39040bc059e3d551c607ba3
parent 1d876fd6
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -7,6 +7,15 @@
                    "include-filter": "android.permission.cts.BackgroundPermissionsTest"
                }
            ]
        },
        {
            "name": "CtsRoleTestCases",
            "options": [
                {
                    "exclude-annotation": "androidx.test.filters.FlakyTest"
                }
            ],
            "file_patterns": ["res/xml/roles\\.xml"]
        }
    ]
}

res/xml/TEST_MAPPING

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
{
    "presubmit": [
        {
            "name": "CtsRoleTestCases",
            "options": [
                {
                    "exclude-annotation": "androidx.test.filters.FlakyTest"
                }
            ]
        }
    ]
}