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

Commit 23a9efc2 authored by Yuting's avatar Yuting
Browse files

VDM TEST_MAPPING includes a wrong test class in CtsPermissionTestCases

module

DeviceAwarePermissionGrantTest is a test class within
CtsPermissionMultiDeviceTestCases module. The TEST_MAPPING file in VDM
includes that class in CtsPermissionTestCases which caused class not
found error such as https://android-build.corp.google.com/test_investigate/?invocationId=I27300010274038739&testResultId=TR51529292019111443

Bug: 341140389
Test: postsubmit
Change-Id: I6d80ad0717cefb0e6334e5bbf14a34ca4a002318
parent d10af358
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -80,9 +80,6 @@
    {
      "name": "CtsPermissionTestCases",
      "options": [
        {
          "include-filter": "android.permissionmultidevice.cts.DeviceAwarePermissionGrantTest"
        },
        {
          "include-filter": "android.permission.cts.DevicePermissionsTest"
        },
@@ -93,6 +90,14 @@
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "CtsPermissionMultiDeviceTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}