summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2020-07-24 18:12:14 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-07-24 18:12:14 +0000
commit24d45c93d2a0e036eb05fad848b15a77dfd18216 (patch)
treede6ae055faa805131c2c428bb0a0b2897eac03af
parent7efd2c15f6b8076f370a27de83efbf549ea19040 (diff)
parent5f8b14d4c6a8185f723c911014e0c9c8214d9e3a (diff)
downloadsuite_harness-24d45c93d2a0e036eb05fad848b15a77dfd18216.tar.gz
Merge "Exclude MediaPlayerTests that use "too small" resolution." into rvc-dev
-rw-r--r--tools/cts-tradefed/res/config/cts-on-gsi-exclude.xml6
1 files changed, 6 insertions, 0 deletions
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 e8902a9c..54c907ec 100644
--- a/tools/cts-tradefed/res/config/cts-on-gsi-exclude.xml
+++ b/tools/cts-tradefed/res/config/cts-on-gsi-exclude.xml
@@ -76,6 +76,12 @@
<!-- b/65561379: Exclude android.media.cts.MediaPlayerFlakyNetworkTest -->
<option name="compatibility:exclude-filter" value="CtsMediaTestCases android.media.cts.MediaPlayerFlakyNetworkTest" />
+ <!-- b/161837932: Fix MediaPlayerTests that use "too small" resolution -->
+ <option name="compatibility:exclude-filter" value="CtsMediaTestCases android.media.cts.MediaPlayerTest#testOnSubtitleDataListener" />
+ <option name="compatibility:exclude-filter" value="CtsMediaTestCases android.media.cts.MediaPlayerTest#testChangeSubtitleTrack" />
+ <option name="compatibility:exclude-filter" value="CtsMediaTestCases android.media.cts.MediaPlayerTest#testDeselectTrackForSubtitleTracks" />
+ <option name="compatibility:exclude-filter" value="CtsMediaTestCases android.media.cts.MediaPlayerTest#testGetTrackInfoForVideoWithSubtitleTracks" />
+
<!-- b/69329663: DirectBootHostTest#testDirectBootNative flaky -->
<option name="compatibility:exclude-filter" value="CtsAppSecurityHostTestCases android.appsecurity.cts.DirectBootHostTest#testDirectBootNative" />