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

Unified Diff: tools/telemetry/telemetry/page/page_measurement_unittest.py

Issue 23903030: Disable PageMeasurementUnitTest.testGotQueryParams as it is failing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 7 years, 3 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: tools/telemetry/telemetry/page/page_measurement_unittest.py
diff --git a/tools/telemetry/telemetry/page/page_measurement_unittest.py b/tools/telemetry/telemetry/page/page_measurement_unittest.py
index 7564540bcfa1b9298b2bb6a2d6374c3cb99ab1d8..c30865e983abc93d2b01760d0729ba8edfba144f 100644
--- a/tools/telemetry/telemetry/page/page_measurement_unittest.py
+++ b/tools/telemetry/telemetry/page/page_measurement_unittest.py
@@ -63,7 +63,8 @@ class PageMeasurementUnitTest(
all_results = self.RunMeasurement(measurement, ps, options=self._options)
self.assertEquals(0, len(all_results.failures))
- def testGotQueryParams(self):
+ def disabled_testGotQueryParams(self):
+ # Disabled due to http://crbug.com/288631
ps = self.CreatePageSet('file:///blank.html?foo=1')
measurement = MeasurementQueryParams()
ps.pages[-1].query_params = '?foo=1'
« 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