Commit 86e05ae1 authored by Eugene But's avatar Eugene But Committed by Commit Bot

Disable OverlayPresentationContextImplTest.ContainedOverlayUI on device

Test was previously disabled on device and simulator, but was only
failing on device.

TBR: michaeldo@chromium.org
Bug: 1099287
Change-Id: I297595098235d06aa0c00247aa536c729c17b345
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268216Reviewed-by: default avatarEugene But <eugenebut@chromium.org>
Commit-Queue: Eugene But <eugenebut@chromium.org>
Cr-Commit-Position: refs/heads/master@{#782754}
parent ce3a1306
...@@ -289,10 +289,12 @@ TEST_F(OverlayPresentationContextImplTest, CanShowRequest) { ...@@ -289,10 +289,12 @@ TEST_F(OverlayPresentationContextImplTest, CanShowRequest) {
// Tests the presentation flow for contained overlay UI. // Tests the presentation flow for contained overlay UI.
TEST_F(OverlayPresentationContextImplTest, ContainedOverlayUI) { TEST_F(OverlayPresentationContextImplTest, ContainedOverlayUI) {
#if !TARGET_OS_SIMULATOR
if (!base::ios::IsRunningOnOrLater(13, 0, 0)) { if (!base::ios::IsRunningOnOrLater(13, 0, 0)) {
// TODO(crbug.com/1099287): Test is failing on iOS 12.4. // TODO(crbug.com/1099287): Test is failing on iOS 12.4 device.
return; return;
} }
#endif // TARGET_OS_SIMULATOR
std::unique_ptr<OverlayRequest> request = std::unique_ptr<OverlayRequest> request =
OverlayRequest::CreateWithConfig<TestContainedOverlay>(); OverlayRequest::CreateWithConfig<TestContainedOverlay>();
......
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