Commit 555070da authored by Haiyang Pan's avatar Haiyang Pan Committed by Commit Bot

emulator: Disable failed and flaky tests in chrome_public_test_apk on MM

Some of the tests are known to fail on MM emulator due to historical bug.
The rest are known to be flaky on emulator in general

Bug: 1056330, 1081969, 1036571
Change-Id: Ifa0c62f85c91ff2fcd6dd3ac6f5d0acb3013c348
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2231035
Auto-Submit: Haiyang Pan <hypan@google.com>
Reviewed-by: default avatarYuke Liao <liaoyuke@chromium.org>
Commit-Queue: Yuke Liao <liaoyuke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#775300}
parent b75f8eca
......@@ -6,13 +6,23 @@
-org.chromium.chrome.browser.externalnav.UrlOverridingTest.testNavigationFromXHRCallback
-org.chromium.chrome.browser.externalnav.UrlOverridingTest.testNavigationFromXHRCallbackAndShortTimeout
-org.chromium.chrome.browser.externalnav.UrlOverridingTest.testNavigationFromXHRCallbackInSubFrame
-org.chromium.chrome.browser.externalnav.UrlOverridingTest.testRedirectionFromIntent
# vr tests do not apply to emulator
-org.chromium.chrome.browser.hardware_acceleration.ManifestHWATest.testAccelerationDisabled
# This is a known issue in AudioMixer and there's no fix until O
# See crbug.com/1081969 for more detail
-org.chromium.chrome.browser.video.VideoTest.testLoadMediaUrl
# crbug/1036571
-org.chromium.chrome.browser.shape_detection.ShapeDetectionTest.testBarcodeDetection
-org.chromium.shape_detection.BarcodeDetectionImplTest.testDetectBarcodeWithHint
-org.chromium.shape_detection.BarcodeDetectionImplTest.testDetectBarcodeWithoutHint
-org.chromium.shape_detection.FaceDetectionImplTest.testDetectFacesInProfileWithGmsCore
-org.chromium.shape_detection.FaceDetectionImplTest.testDetectRotatedFaceWithGmsCore
-org.chromium.shape_detection.FaceDetectionImplTest.testDetectValidImageWithGmsCore
-org.chromium.shape_detection.TextDetectionImplTest.testDetectSucceedsOnValidBitmap
-org.chromium.chrome.browser.shape_detection.ShapeDetectionTest.testBarcodeDetection
# crbug.com/1059046
-org.chromium.chrome.browser.customtabs.CustomTabFromChromeExternalNavigationTest.testIntentWithRedirectToApp
......
......@@ -19,7 +19,8 @@
# crbug.com/1065184
-RenderFrameHostImplBrowserTest.CheckIsCurrentBeforeAndAfterUnload
# crbug.com/1081969
# This is a known issue in AudioMixer and there's no fix until O
# See crbug.com/1081969 for more detail
-*/MediaTest.AudioBearFlac*
-*/MediaTest.AudioBearOpus*
-*/MediaTest.VideoBearMovPcm*
......
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