Commit b023b4e8 authored by Christos Froussios's avatar Christos Froussios Committed by Commit Bot

Disable EncryptedMediaTest.Playback_VideoClearAudio_WebM on Linux asan

It is flaky

TBR=tommi@chromium.org

Bug: 794102
No-Try: True
Change-Id: I38156a0706eff64c6a60a21ad343fba1ce67949e
Reviewed-on: https://chromium-review.googlesource.com/822430Reviewed-by: default avatarChristos Froussios <cfroussios@chromium.org>
Commit-Queue: Christos Froussios <cfroussios@chromium.org>
Cr-Commit-Position: refs/heads/master@{#523414}
parent 12202482
......@@ -581,7 +581,15 @@ IN_PROC_BROWSER_TEST_P(EncryptedMediaTest, Playback_VideoAudio_WebM) {
TestSimplePlayback("bear-320x240-av_enc-av.webm", kWebMVorbisAudioVP8Video);
}
IN_PROC_BROWSER_TEST_P(EncryptedMediaTest, Playback_VideoClearAudio_WebM) {
// TODO(crbug.com/794102) Fix flakiness
#if defined(OS_LINUX) && defined(ADDRESS_SANITIZER)
#define MAYBE_Playback_VideoClearAudio_WebM \
DISABLED_Playback_VideoClearAudio_WebM
#else
#define MAYBE_Playback_VideoClearAudio_WebM Playback_VideoClearAudio_WebM
#endif
IN_PROC_BROWSER_TEST_P(EncryptedMediaTest,
MAYBE_Playback_VideoClearAudio_WebM) {
TestSimplePlayback("bear-320x240-av_enc-v.webm", kWebMVorbisAudioVP8Video);
}
......
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