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

Commit 86a68514 authored by Dan Shi's avatar Dan Shi
Browse files

Remove TEST_MAPPING due to AJUR filter behavior

AJUR can't support mixed filters of class and package. There are 2 other
TEST_MAPPING files containing about 6 tests using filter on package.

Once b/117880789 is fixed, we can add this TEST_MAPPING file back.

Bug: 120462824
Test: None
Change-Id: Iafa0286c18f2c6fd77c5b603a72882e710cef6ee
parent 2b3f0b4c
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
{
    "presubmit": [
        {
            "name": "FrameworksCoreTests",
            "options": [
                {
                    "include-filter": "android.provider.SettingsBackupTest"
                }
            ]
        }
    ]
}