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

Commit 428de6c1 authored by Nate Myren's avatar Nate Myren Committed by Android (Google) Code Review
Browse files

Merge "Moved Permission Listener Update tests to postsubmit"

parents 5b2dbef2 5231d028
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -8,7 +8,9 @@
    },
    {
      "name": "CtsCompilationTestCases"
    },
    }
  ],
  "postsubmit": [
    {
      "name": "CtsPermissionTestCases",
      "options": [
+8 −3
Original line number Diff line number Diff line
@@ -14,9 +14,6 @@
                },
                {
                    "include-filter": "android.permission.cts.SharedUidPermissionsTest"
                },
                {
                    "include-filter": "android.permission.cts.PermissionUpdateListenerTest"
                }
            ]
        },
@@ -56,6 +53,14 @@
                    "include-filter": "android.appsecurity.cts.AppSecurityTests#testPermissionDiffCert"
                }
            ]
        },
        {
            "name": "CtsPermissionTestCases",
            "options": [
                {
                    "include-filter": "android.permission.cts.PermissionUpdateListenerTest"
                }
            ]
        }
    ]
}