Commit 9f4bee97 authored by Christos Froussios's avatar Christos Froussios Committed by Commit Bot

Disable ECKEncryptedMediaTest.Renewal on linux asan

It is flaky

TBR=tommi@chromium.org

Bug: 794039
No-Try: True
Change-Id: Id3ab4bf80e9527c5170e382da8cad2bbbe37495a
Reviewed-on: https://chromium-review.googlesource.com/822473Reviewed-by: default avatarChristos Froussios <cfroussios@chromium.org>
Commit-Queue: Christos Froussios <cfroussios@chromium.org>
Cr-Commit-Position: refs/heads/master@{#523424}
parent 37d8b63a
...@@ -798,7 +798,13 @@ IN_PROC_BROWSER_TEST_P(ECKEncryptedMediaTest, PlatformVerificationTest) { ...@@ -798,7 +798,13 @@ IN_PROC_BROWSER_TEST_P(ECKEncryptedMediaTest, PlatformVerificationTest) {
kUnitTestSuccess); kUnitTestSuccess);
} }
IN_PROC_BROWSER_TEST_P(ECKEncryptedMediaTest, Renewal) { // TODO(crbug.com/794039) Test is flaky on linux asan.
#if defined(OS_LINUX) && defined(ADDRESS_SANITIZER)
#define MAYBE_Renewal DISABLED_Renewal
#else
#define MAYBE_Renewal Renewal
#endif
IN_PROC_BROWSER_TEST_P(ECKEncryptedMediaTest, MAYBE_Renewal) {
TestPlaybackCase(kExternalClearKeyRenewalKeySystem, kNoSessionToLoad, TestPlaybackCase(kExternalClearKeyRenewalKeySystem, kNoSessionToLoad,
media::kEnded); media::kEnded);
......
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