Commit 2fd28795 authored by Sergey Poromov's avatar Sergey Poromov Committed by Commit Bot

Disabling flaky SingleSampleMetricsFactoryImplTest.MultithreadedMetrics test

Example:
https://ci.chromium.org/p/chromium/builders/try/linux_chromium_asan_rel_ng/384996

TBR=asvitkine@chromium.org

Bug: 1009360
Change-Id: I24c0999ff863c3e6f4561cf3bb594eb75bc35e8d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829347Reviewed-by: default avatarSergey Poromov <poromov@chromium.org>
Commit-Queue: Sergey Poromov <poromov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#701076}
parent cc208c1a
......@@ -140,7 +140,8 @@ TEST_F(SingleSampleMetricsFactoryImplTest, DefaultSingleSampleMetricWithValue) {
base::HistogramBase::kUmaTargetedHistogramFlag));
}
TEST_F(SingleSampleMetricsFactoryImplTest, MultithreadedMetrics) {
// TODO(crbug.com/1009360). Flaky timeouts.
TEST_F(SingleSampleMetricsFactoryImplTest, DISABLED_MultithreadedMetrics) {
base::HistogramTester tester;
std::unique_ptr<base::SingleSampleMetric> metric =
factory_->CreateCustomCountsMetric(kMetricName, kMin, kMax, kBucketCount);
......
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