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

Commit 47c1accb authored by Joanne Chung's avatar Joanne Chung
Browse files

Add TEST_MAPPINGs for autofill in Activity path

Autofill broken tests (b/162203720) that weren't executed in the
presubmit. Add the fail tests into TEST_MAPPING to make sure tests
can be tested in presubmit.

Bug: 154961272
Test: atest --test-mapping frameworks/base/core/java/android/app/
Test: TreeHugger
Change-Id: Ifaefa6fae08d698b770e43830a62b3afb5b4edc5
parent 3bced6c5
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
@@ -65,6 +65,33 @@
        {
            "name": "CtsInstantAppTests",
            "file_patterns": ["(/|^)InstantAppResolve[^/]*"]
        },
        {
            "name": "CtsAutoFillServiceTestCases",
            "options": [
                {
                    "include-filter": "android.autofillservice.cts.PreSimpleSaveActivityTest"
                },
                {
                    "exclude-annotation": "androidx.test.filters.FlakyTest"
                }
            ],
            "file_patterns": ["(/|^)Activity.java"]
        },
        {
            "name": "CtsAutoFillServiceTestCases",
            "options": [
                {
                    "include-filter": "android.autofillservice.cts.SimpleSaveActivityTest"
                },
                {
                    "exclude-annotation": "androidx.test.filters.FlakyTest"
                },
                {
                    "exclude-annotation": "android.platform.test.annotations.AppModeFull"
                }
            ],
            "file_patterns": ["(/|^)Activity.java"]
        }
    ],
    "postsubmit": [