commit | 54f17869bbe0519dc7922396eec24d0b0a33eeb1 | [log] [tgz] |
---|---|---|
author | Jonathan Scott <scottjonathan@google.com> | Mon Apr 12 14:07:11 2021 +0100 |
committer | Jonathan Scott <scottjonathan@google.com> | Mon Apr 12 14:07:11 2021 +0100 |
tree | 7eb0f800868c56fb32daf62ba90d3829c4ae95cd | |
parent | 9933ca18273866c11b38458a76602dd3fb502c1b [diff] |
Exclude CtsDevicePolicyManagerTestCases from cts-on-gsi. Bug: 183234756 Test: CTS Change-Id: Ic58e668094fb3ddbf0bc04418884ab6b132a99c1
diff --git a/tools/cts-tradefed/res/config/cts-on-gsi-exclude.xml b/tools/cts-tradefed/res/config/cts-on-gsi-exclude.xml index 1323093..0dab29e 100644 --- a/tools/cts-tradefed/res/config/cts-on-gsi-exclude.xml +++ b/tools/cts-tradefed/res/config/cts-on-gsi-exclude.xml
@@ -59,4 +59,7 @@ <!-- No Statsd --> <option name="compatibility:exclude-filter" value="CtsStatsdHostTestCases" /> + <!-- b/183234756, b/80388296, b/110260628, b/159295445, b/159294948 CtsDevicePolicyManagerTestCases --> + <option name="compatibility:exclude-filter" value="CtsDevicePolicyManagerTestCases" /> + </configuration>