Commit b3eee5f9 authored by Mike Dougherty's avatar Mike Dougherty Committed by Commit Bot

Disable UKMTestCase testConsentAddedButNoSync

TBR=jlebel@chromium.org

Bug: 989726
Change-Id: I391c68caa6fb7804a6162f1fc78343e192b3ba0f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1728341Reviewed-by: default avatarMike Dougherty <michaeldo@chromium.org>
Commit-Queue: Mike Dougherty <michaeldo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#682953}
parent 7ebaa8cd
......@@ -317,7 +317,8 @@ void SignOut() {
}
// Make sure that providing metrics consent doesn't enable UKM w/o sync.
- (void)testConsentAddedButNoSync {
// TODO(crbug.com/989726): Re-enable this crashing test.
- (void)DISABLED_testConsentAddedButNoSync {
SignOut();
UpdateMetricsConsent(false);
AssertUKMEnabled(false);
......
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