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

Commit 5231d028 authored by Nate Myren's avatar Nate Myren
Browse files

Moved Permission Listener Update tests to postsubmit


Moved due to potential flakiness

Test: atest PermissionUpdateListenerTest
Change-Id: I5b3db628475847915efbc70a0d544e4a609166fa
parent efe3c6e8
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"
                }
            ]
        }
    ]
}