Commit 0c2c9838 authored by Tarun Bansal's avatar Tarun Bansal Committed by Commit Bot

Reenable unittests in //net/nqe/observation_buffer_unittest.cc on OS_WIN

Bug: 656170
Change-Id: I44efd7c4209a0acac58c3a9857cf6842d1c9f509
Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs
Reviewed-on: https://chromium-review.googlesource.com/848234
Commit-Queue: Ryan Sturm <ryansturm@chromium.org>
Reviewed-by: default avatarRyan Sturm <ryansturm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#526728}
parent e477ebe3
......@@ -45,10 +45,6 @@ TEST(NetworkQualityObservationBufferTest, BoundedBuffer) {
}
}
// Test disabled on OS_WIN to avoid linking errors when calling
// SetTickClockForTesting.
// TODO(tbansal): crbug.com/651963. Pass the clock through NQE's constructor.
#if !defined(OS_WIN)
// Verify that the percentiles are monotonically non-decreasing when a weight is
// applied.
TEST(NetworkQualityObservationBufferTest, GetPercentileWithWeights) {
......@@ -90,7 +86,6 @@ TEST(NetworkQualityObservationBufferTest, GetPercentileWithWeights) {
}
EXPECT_LT(result_lowest, result_highest);
}
#endif
// Verifies that the percentiles are correctly computed. All observations have
// the same timestamp.
......
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