Commit de403170 authored by Justin Cohen's avatar Justin Cohen Committed by Commit Bot

[ios] Disable UKM tests.

Bug: 853992
Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet
Change-Id: Id441f479a233d0aa1cd6c2761da40819e0be2bc2
Reviewed-on: https://chromium-review.googlesource.com/1105998
Commit-Queue: Justin Cohen <justincohen@chromium.org>
Commit-Queue: Olivier Robin <olivierrobin@chromium.org>
Reviewed-by: default avatarOlivier Robin <olivierrobin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#568427}
parent 9a49cb21
......@@ -252,6 +252,13 @@ void SignOut() {
@implementation UKMTestCase
// Per crbug.com/853992, Entire test suite is failing regularly.
+ (NSArray*)testInvocations {
if (IsIPadIdiom())
return @[];
return [super testInvocations];
}
+ (void)setUp {
[super setUp];
if (!base::FeatureList::IsEnabled(ukm::kUkmFeature)) {
......
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