Commit 0a202f76 authored by Justin Cohen's avatar Justin Cohen Committed by Commit Bot

[ios] Disable UKM tests everywhere on iOS.

Previous CL was iPad only, but these tests are failing all over.

TBR=olivierrobin@chromium.org

Bug: 853992
Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet
Change-Id: I777f2677202564eb26a8b2735f3df55a1dfff3d9
Reviewed-on: https://chromium-review.googlesource.com/1106220Reviewed-by: default avatarJustin Cohen <justincohen@chromium.org>
Commit-Queue: Justin Cohen <justincohen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#568470}
parent ae4c25d5
...@@ -254,9 +254,7 @@ void SignOut() { ...@@ -254,9 +254,7 @@ void SignOut() {
// Per crbug.com/853992, Entire test suite is failing regularly. // Per crbug.com/853992, Entire test suite is failing regularly.
+ (NSArray*)testInvocations { + (NSArray*)testInvocations {
if (IsIPadIdiom()) return @[];
return @[];
return [super testInvocations];
} }
+ (void)setUp { + (void)setUp {
......
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