Commit f076d610 authored by Mike Dougherty's avatar Mike Dougherty Committed by Commit Bot

Re-enable OverlayPresentationContextImplTest.ContainedOverlayUI

This test was originally failing on iOS 12 device, but disabled for all
configurations. The test passes locally on available devices (iOS 13.5.1
and iOS 14).

Bug: 1060758
Change-Id: I14cab0b8aaff25c9da4728459ba0819c0b5a4e35
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264852Reviewed-by: default avatarChris Lu <thegreenfrog@chromium.org>
Commit-Queue: Mike Dougherty <michaeldo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#782038}
parent 12e99588
...@@ -287,8 +287,7 @@ TEST_F(OverlayPresentationContextImplTest, CanShowRequest) { ...@@ -287,8 +287,7 @@ TEST_F(OverlayPresentationContextImplTest, CanShowRequest) {
} }
// Tests the presentation flow for contained overlay UI. // Tests the presentation flow for contained overlay UI.
// TODO(crbug.com/1060758): Re-enable after fixing failing test. TEST_F(OverlayPresentationContextImplTest, ContainedOverlayUI) {
TEST_F(OverlayPresentationContextImplTest, DISABLED_ContainedOverlayUI) {
std::unique_ptr<OverlayRequest> request = std::unique_ptr<OverlayRequest> request =
OverlayRequest::CreateWithConfig<TestContainedOverlay>(); OverlayRequest::CreateWithConfig<TestContainedOverlay>();
context_.PrepareToShowOverlayUI(request.get()); context_.PrepareToShowOverlayUI(request.get());
......
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