Commit 7d50f07e authored by Jérôme Lebel's avatar Jérôme Lebel Committed by Commit Bot

[iOS] Disabling test in ExternalURLTabUsageRecorderTestCase

ExternalURLTabUsageRecorderTestCase.testEvictedTabReloadFailure always
fails, simulator and device.

"This site can’t be reached" can't be find (but it shown on the page).

Bug: 852341
Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet
Change-Id: I6ccb5d93ecd470ed3ac5e01400fca1677ebfbfeb
TBR: eugenebut@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/1098923Reviewed-by: default avatarJérôme Lebel <jlebel@chromium.org>
Commit-Queue: Jérôme Lebel <jlebel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#566805}
parent c7759b23
...@@ -30,14 +30,10 @@ const char kTestUrl[] = ...@@ -30,14 +30,10 @@ const char kTestUrl[] =
@implementation ExternalURLTabUsageRecorderTestCase @implementation ExternalURLTabUsageRecorderTestCase
// TODO(crbug.com/847948): This test is faling on devices. // TODO(crbug.com/847948): This test is faling on devices.
#if TARGET_IPHONE_SIMULATOR // TODO(crbug.com/852341): This test is faling on simulators.
#define MAYBE_testEvictedTabReloadFailure testEvictedTabReloadFailure
#else
#define MAYBE_testEvictedTabReloadFailure DISABLED_testEvictedTabReloadFailure
#endif
// Verify correct recording of metrics when the reloading of an evicted tab // Verify correct recording of metrics when the reloading of an evicted tab
// fails. // fails.
- (void)MAYBE_testEvictedTabReloadFailure { - (void)DISABLED_testEvictedTabReloadFailure {
web::test::SetUpFileBasedHttpServer(); web::test::SetUpFileBasedHttpServer();
chrome_test_util::HistogramTester histogramTester; chrome_test_util::HistogramTester histogramTester;
FailureBlock failureBlock = ^(NSString* error) { FailureBlock failureBlock = ^(NSString* error) {
......
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