| Index: tools/telemetry/telemetry/page/page_test_unittest.py
|
| diff --git a/tools/telemetry/telemetry/page/page_test_unittest.py b/tools/telemetry/telemetry/page/page_test_unittest.py
|
| index df4fa2a97710d15465aa306c6a5b227f347ec450..80630c27c0e43e40e7cae7c3dcdc7640846cc5a2 100644
|
| --- a/tools/telemetry/telemetry/page/page_test_unittest.py
|
| +++ b/tools/telemetry/telemetry/page/page_test_unittest.py
|
| @@ -92,7 +92,7 @@ class PageTestUnitTest(page_test_test_case.PageTestTestCase):
|
|
|
| # This test is disabled because it runs against live sites, and needs to be
|
| # fixed. crbug.com/179038
|
| - @decorators.Disabled
|
| + @decorators.Disabled('all')
|
| def testRecordAndReplay(self):
|
| test_archive = '/tmp/google.wpr'
|
| google_url = 'http://www.google.com/'
|
|
|