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

Correct associated bug number in media_source_browsertest.cc

TBR=hbos@chromium.org
NOTRY=true

Bug: 1010061
Change-Id: If5db6d009c19b97dff86185d62f4ecc414f2fb33
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833290Reviewed-by: default avatarXida Chen <xidachen@chromium.org>
Commit-Queue: Xida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#701585}
parent c53bd714
......@@ -162,12 +162,12 @@ IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearSilentTheora) {
}
#endif // !defined(OS_ANDROID)
// crbug.com/1001364: disabled due to flakiness.
// crbug.com/1010061: disabled due to flakiness.
IN_PROC_BROWSER_TEST_P(MediaTest, DISABLED_VideoBearWebm) {
PlayVideo("bear.webm", GetParam());
}
// crbug.com/1001364: disabled due to flakiness.
// crbug.com/1010061: disabled due to flakiness.
IN_PROC_BROWSER_TEST_P(MediaTest, DISABLED_AudioBearOpusWebm) {
PlayVideo("bear-opus.webm", GetParam());
}
......@@ -212,7 +212,7 @@ IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearMovPcmS16be) {
PlayVideo("bear_pcm_s16be.mov", GetParam());
}
// crbug.com/1001364: disabled due to flakiness.
// crbug.com/1010061: disabled due to flakiness.
IN_PROC_BROWSER_TEST_P(MediaTest, DISABLED_VideoBearMovPcmS24be) {
PlayVideo("bear_pcm_s24be.mov", GetParam());
}
......@@ -302,12 +302,12 @@ IN_PROC_BROWSER_TEST_P(MediaTest, MAYBE_VideoBearWavAlaw) {
PlayAudio("bear_alaw.wav", GetParam());
}
// crbug.com/1001364: disabled due to flakiness.
// crbug.com/1010061: disabled due to flakiness.
IN_PROC_BROWSER_TEST_P(MediaTest, DISABLED_VideoBearWavMulaw) {
PlayAudio("bear_mulaw.wav", GetParam());
}
// crbug.com/1001364: disabled due to flakiness.
// crbug.com/1010061: disabled due to flakiness.
IN_PROC_BROWSER_TEST_P(MediaTest, DISABLED_VideoBearWavPcm) {
PlayAudio("bear_pcm.wav", 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