Commit d64f51c7 authored by Xida Chen's avatar Xida Chen Committed by Commit Bot

Disable two media browser tests

TBR=hbos@chromium.org
NOTRY=true

Bug: 1001364
Change-Id: Idf5ae6d99e038d159794e0cf18f9261d6d464c70
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833283Reviewed-by: default avatarXida Chen <xidachen@chromium.org>
Commit-Queue: Xida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#701566}
parent 0a71be5a
...@@ -162,7 +162,8 @@ IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearSilentTheora) { ...@@ -162,7 +162,8 @@ IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearSilentTheora) {
} }
#endif // !defined(OS_ANDROID) #endif // !defined(OS_ANDROID)
IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearWebm) { // crbug.com/1001364: disabled due to flakiness.
IN_PROC_BROWSER_TEST_P(MediaTest, DISABLED_VideoBearWebm) {
PlayVideo("bear.webm", GetParam()); PlayVideo("bear.webm", GetParam());
} }
...@@ -210,7 +211,8 @@ IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearMovPcmS16be) { ...@@ -210,7 +211,8 @@ IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearMovPcmS16be) {
PlayVideo("bear_pcm_s16be.mov", GetParam()); PlayVideo("bear_pcm_s16be.mov", GetParam());
} }
IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearMovPcmS24be) { // crbug.com/1001364: disabled due to flakiness.
IN_PROC_BROWSER_TEST_P(MediaTest, DISABLED_VideoBearMovPcmS24be) {
PlayVideo("bear_pcm_s24be.mov", GetParam()); PlayVideo("bear_pcm_s24be.mov", GetParam());
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment