Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Unified Diff: chrome/browser/metrics/antivirus_metrics_provider_win_unittest.cc

Issue 2642763004: [Antivirus metrics] Disable flaky AntiVirusMetricsProviderTest.GetMetricsFullName (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/metrics/antivirus_metrics_provider_win_unittest.cc
diff --git a/chrome/browser/metrics/antivirus_metrics_provider_win_unittest.cc b/chrome/browser/metrics/antivirus_metrics_provider_win_unittest.cc
index 6bd0f5a6d73c3102f716b820c08aecbee8f822e7..eff70477da59526f03a6dccf629418855cc6eecb 100644
--- a/chrome/browser/metrics/antivirus_metrics_provider_win_unittest.cc
+++ b/chrome/browser/metrics/antivirus_metrics_provider_win_unittest.cc
@@ -113,7 +113,8 @@ class AntiVirusMetricsProviderTest : public ::testing::TestWithParam<bool> {
DISALLOW_COPY_AND_ASSIGN(AntiVirusMetricsProviderTest);
};
-TEST_P(AntiVirusMetricsProviderTest, GetMetricsFullName) {
+// TODO(crbug.com/682286): Flaky on windows 10.
+TEST_P(AntiVirusMetricsProviderTest, DISABLED_GetMetricsFullName) {
ASSERT_TRUE(thread_checker_.CalledOnValidThread());
base::HistogramTester histograms;
SetFullNamesFeatureEnabled(expect_unhashed_value_);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698