Commit d6793cc1 authored by rmcilroy@chromium.org's avatar rmcilroy@chromium.org

[Arm64]: Disable MSE_ClearKey/EncryptedMediaTest.FrameSizeChangeVideo on Arm64.

BUG=403308

Review URL: https://codereview.chromium.org/471573002

Cr-Commit-Position: refs/heads/master@{#289416}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289416 0039d316-1c4b-4281-b951-d872f2087c98
parent 61752d1c
...@@ -175,6 +175,9 @@ IN_PROC_BROWSER_TEST_P(EncryptedMediaTest, FrameSizeChangeVideo) { ...@@ -175,6 +175,9 @@ IN_PROC_BROWSER_TEST_P(EncryptedMediaTest, FrameSizeChangeVideo) {
#if defined(OS_WIN) #if defined(OS_WIN)
if (base::win::GetVersion() < base::win::VERSION_VISTA) if (base::win::GetVersion() < base::win::VERSION_VISTA)
return; return;
#elif defined(__aarch64__)
// Times out on arm64 currently due to http://crbug.com/403308
return;
#endif #endif
TestFrameSizeChange(); TestFrameSizeChange();
} }
......
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