| commit | e5948fcb7be4eb140f5434c2fec9e73aa8bdc94c | [log] [tgz] |
|---|---|---|
| author | George Mount <mount@google.com> | Thu Apr 01 15:43:52 2021 +0000 |
| committer | George Mount <mount@google.com> | Thu Nov 11 14:24:39 2021 -0800 |
| tree | 117d0b59866d9bcf0a6cea59edc44489ee77ec31 | |
| parent | 4b3aaeda409f38d63368e80e6be6485fe02099b0 [diff] |
Exclude CtsTransitionTestCases from cts-on-gsi test plan Bug: 183653612 Test: none Change-Id: Ib28cfa2c7a706e2cd0ca9af172a5facc12eb7761
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 0145e55..2faf29b 100644 --- a/tools/cts-tradefed/res/config/cts-on-gsi-exclude.xml +++ b/tools/cts-tradefed/res/config/cts-on-gsi-exclude.xml
@@ -92,4 +92,7 @@ <!-- b/199996926 - No UWB stack support in AOSP for Android S --> <option name="compatibility:exclude-filter" value="CtsUwbTestCases" /> + + <!-- b/183653612: CtsTransitionTestCases --> + <option name="compatibility:exclude-filter" value="CtsTransitionTestCases" /> </configuration>