Commit 99f3d6d0 authored by edchin's avatar edchin Committed by Commit Bot

[ios] Disable failing unittest in overlays

This unittest started failing soon after landing.
Disabling for now.

stdout:
Crashed during OverlayPresentationContextImplTest.ContainedOverlayUI

TBR=kkhorimoto@chromium.org

Bug: 1060758
Change-Id: Idf593a9b3ae9858a11610fb07d6036baf7e42496
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2099083Reviewed-by: default avataredchin <edchin@chromium.org>
Commit-Queue: edchin <edchin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#749337}
parent f6561071
...@@ -287,7 +287,8 @@ TEST_F(OverlayPresentationContextImplTest, CanShowRequest) { ...@@ -287,7 +287,8 @@ TEST_F(OverlayPresentationContextImplTest, CanShowRequest) {
} }
// Tests the presentation flow for contained overlay UI. // Tests the presentation flow for contained overlay UI.
TEST_F(OverlayPresentationContextImplTest, ContainedOverlayUI) { // TODO(crbug.com/1060758): Re-enable after fixing failing test.
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