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

Commit 400379c2 authored by Joanne Chung's avatar Joanne Chung Committed by Android (Google) Code Review
Browse files

Merge "Add TEST_MAPPINGs for autofill in Activity path"

parents bc4b1759 47c1accb
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": [