Commit 0dfc2625 authored by rajendrant's avatar rajendrant Committed by Commit Bot

Unflake testTCPReset

The WarmupURLFetcherCallback histogram could get recorded more number of
times depending on retries.

Bug: 969795
Change-Id: I13b65dfe4a0fd7a70047f912ff960c201c2eb719
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1641811Reviewed-by: default avatarRobert Ogden <robertogden@chromium.org>
Commit-Queue: rajendrant <rajendrant@chromium.org>
Cr-Commit-Position: refs/heads/master@{#665816}
parent 51e89751
......@@ -23,7 +23,7 @@ class ProxyConnection(IntegrationTest):
histogram_part)
histogram = test_driver.GetBrowserHistogram(histogram_name)
if histogram:
self.assertEqual(1, histogram['count'])
self.assertLessEqual(1, histogram['count'])
is_histogram_found = True
self.assertTrue(is_histogram_found)
......
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