Commit c819669b authored by Tommy Nyquist's avatar Tommy Nyquist Committed by Commit Bot

[android] Disable AddSyncedUserBirthYearAndGenderToProtoData

Disable on Android since the test is very flaky, particularly on
android-marshmallow-arm64-rel bot.

Bug: 1016118
Change-Id: Ie8f1a90a1c26fdc008746a19ef6337ee62661188
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2122866
Auto-Submit: Tommy Nyquist <nyquist@chromium.org>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Tommy Nyquist <nyquist@chromium.org>
Cr-Commit-Position: refs/heads/master@{#753803}
parent a7cb58eb
......@@ -13,6 +13,7 @@
#include "base/memory/weak_ptr.h"
#include "base/optional.h"
#include "base/test/metrics/histogram_tester.h"
#include "build/build_config.h"
#include "chrome/browser/browser_process.h"
#include "chrome/browser/metrics/chrome_metrics_service_accessor.h"
#include "chrome/browser/metrics/chrome_metrics_services_manager_client.h"
......@@ -115,8 +116,15 @@ class MetricsServiceUserDemographicsBrowserTest
};
// TODO(crbug/1016118): Add the remaining test cases.
#if defined(OS_ANDROID)
#define MAYBE_AddSyncedUserBirthYearAndGenderToProtoData \
DISABLED_AddSyncedUserBirthYearAndGenderToProtoData
#else
#define MAYBE_AddSyncedUserBirthYearAndGenderToProtoData \
AddSyncedUserBirthYearAndGenderToProtoData
#endif
IN_PROC_BROWSER_TEST_P(MetricsServiceUserDemographicsBrowserTest,
AddSyncedUserBirthYearAndGenderToProtoData) {
MAYBE_AddSyncedUserBirthYearAndGenderToProtoData) {
test::DemographicsTestParams param = GetParam();
base::HistogramTester histogram;
......
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