Commit 5613204e authored by Sebastien Lalancette's avatar Sebastien Lalancette Committed by Commit Bot

Disable JavaScriptDialogTestCase testShowJavaScriptAfterNewTabAnimation EG Test

Test has been flaky on iOS13 simulators since it was enabled in:
https://chromium-review.googlesource.com/c/chromium/src/+/1804214

TBR=michaeldo@chromium.org

Change-Id: I3f76bd737d3f7c42e544489c24b6abcb54346ee4
Bug: 1007986
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1823892Reviewed-by: default avatarSebastien Lalancette <seblalancette@chromium.org>
Auto-Submit: Sebastien Lalancette <seblalancette@chromium.org>
Commit-Queue: Sebastien Lalancette <seblalancette@chromium.org>
Cr-Commit-Position: refs/heads/master@{#699797}
parent d36ddfed
...@@ -575,6 +575,11 @@ void TapSuppressDialogsButton() { ...@@ -575,6 +575,11 @@ void TapSuppressDialogsButton() {
// Tests that an alert is presented after a new tab animation is finished. // Tests that an alert is presented after a new tab animation is finished.
- (void)testShowJavaScriptAfterNewTabAnimation { - (void)testShowJavaScriptAfterNewTabAnimation {
// TODO(crbug.com/1007986) Test flaky on iOS13.
if (@available(iOS 13, *)) {
EARL_GREY_TEST_DISABLED(@"Test disabled on iOS13.");
}
// Load the test page with a link to kOnLoadAlertURL and long tap on the link. // Load the test page with a link to kOnLoadAlertURL and long tap on the link.
[self loadPageWithLink]; [self loadPageWithLink];
......
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