Commit 379d4c2d authored by joi@chromium.org's avatar joi@chromium.org

Disable PageMeasurementUnitTest.testGotQueryParams as it is failing.

TBR=bulach@chromium.org
NOTRY=true
BUG=288631

Review URL: https://chromiumcodereview.appspot.com/23903030

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222252 0039d316-1c4b-4281-b951-d872f2087c98
parent 315cb092
......@@ -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'
......
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