Exclude CtsRoleTestCases from Qt MTS.

Bug: 147925128
Test: m mts && mts-tradefed run mts-permission
Test: m mts && mts-tradefed run mts
Change-Id: Icfca06bc4b9ec615e4d61000f9937c07439a5458
Merged-in: Ic44c077e8798d3907d23fd094d344b5a97a43fea
diff --git a/tools/mts-tradefed/res/config/mts-exclude.xml b/tools/mts-tradefed/res/config/mts-exclude.xml
index f066c22..6c62dee 100644
--- a/tools/mts-tradefed/res/config/mts-exclude.xml
+++ b/tools/mts-tradefed/res/config/mts-exclude.xml
@@ -103,5 +103,8 @@
 
     <!-- b/142965402: MTS flaky test -->
     <option name="compatibility:exclude-filter" value="CtsMediaTestCases android.media.cts.MediaCodecCapabilitiesTest#testGetMaxSupportedInstances" />
+
+    <!-- b/147925128: Tests for permission controller should be excluded from the full MTS test run -->
+    <option name="compatibility:exclude-filter" value="CtsRoleTestCases" />
 </configuration>