Commit 18815203 authored by Fergus Dall's avatar Fergus Dall Committed by Commit Bot

sheriff: Disable flaky PrivacyBudgetUkmEntryFilterStandaloneTest

PrivacyBudgetUkmEntryFilterStandaloneTest.AllowsOtherMetricsByDefault
PrivacyBudgetUkmEntryFilterStandaloneTest.BlocksIdentifiabilityMetricsByDefault

TBR=caraitto@chromium.org
TBR=pauljensen@chromium.org
TBR=asanka@chromium.org

Bug: 1117358
Change-Id: Iea9ffa9cf7adf0663b6d4e0aa87456ce779270f2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2361323Reviewed-by: default avatarFergus Dall <sidereal@google.com>
Commit-Queue: Fergus Dall <sidereal@google.com>
Cr-Commit-Position: refs/heads/master@{#799012}
parent b1e3f7d7
......@@ -35,8 +35,9 @@ class PrivacyBudgetUkmEntryFilterTest : public ::testing::Test {
} // namespace
// TODO(crbug.com/1117358) Flaky
TEST(PrivacyBudgetUkmEntryFilterStandaloneTest,
BlocksIdentifiabilityMetricsByDefault) {
DISABLED_BlocksIdentifiabilityMetricsByDefault) {
TestingPrefServiceSimple pref_service;
prefs::RegisterPrivacyBudgetPrefs(pref_service.registry());
auto settings = std::make_unique<IdentifiabilityStudyState>(&pref_service);
......@@ -53,7 +54,9 @@ TEST(PrivacyBudgetUkmEntryFilterStandaloneTest,
EXPECT_TRUE(filtered.empty());
}
TEST(PrivacyBudgetUkmEntryFilterStandaloneTest, AllowsOtherMetricsByDefault) {
// TODO(crbug.com/1117358) Flaky
TEST(PrivacyBudgetUkmEntryFilterStandaloneTest,
DISABLED_AllowsOtherMetricsByDefault) {
TestingPrefServiceSimple pref_service;
prefs::RegisterPrivacyBudgetPrefs(pref_service.registry());
auto settings = std::make_unique<IdentifiabilityStudyState>(&pref_service);
......
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