Commit cfd0949f authored by Javier Ernesto Flores Robles's avatar Javier Ernesto Flores Robles Committed by Commit Bot

[iOS] Disable failing settings test

Disables testDeleteCustomSearchEngineSwipeAndTap which is failing on
ios13-beta-simulator.

TBR=sczs@chromium.org

Bug: 1046290
Change-Id: Ibaef117159c9624f5e0b81eb28672f7bbcd9c3bc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023789Reviewed-by: default avatarJavier Ernesto Flores Robles <javierrobles@chromium.org>
Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org>
Cr-Commit-Position: refs/heads/master@{#735824}
parent 42227228
......@@ -85,6 +85,13 @@ std::unique_ptr<net::test_server::HttpResponse> StandardResponse(
// Deletes a custom search engine by swiping and tapping on the "Delete" button.
- (void)testDeleteCustomSearchEngineSwipeAndTap {
// TODO(crbug.com/1046290): fix for iPad 13.3 and reenable.
if (@available(iOS 13.3, *)) {
if ([ChromeEarlGrey isIPadIdiom]) {
EARL_GREY_TEST_DISABLED(@"Test disabled on iPad with iOS > 13.3.");
}
}
if (@available(iOS 13, *)) {
} else {
EARL_GREY_TEST_SKIPPED(
......
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