Index: tools/telemetry/telemetry/test.py |
diff --git a/tools/telemetry/telemetry/test.py b/tools/telemetry/telemetry/test.py |
index 4eb3b7bba077f1f1194944a3ad4cf36806f92ea3..5f52affb9910e1c747bd5dc1b0d84e502f9fc860 100644 |
--- a/tools/telemetry/telemetry/test.py |
+++ b/tools/telemetry/telemetry/test.py |
@@ -173,8 +173,7 @@ class Test(command_line.Command): |
if not hasattr(cls, 'page_set'): |
raise NotImplementedError('This test has no "page_set" attribute.') |
return page_set.PageSet.FromFile( |
- file_path=os.path.join(util.GetBaseDir(), cls.page_set), |
- ignore_archive=options.use_live_sites) |
+ file_path=os.path.join(util.GetBaseDir(), cls.page_set)) |
@classmethod |
def CreateExpectations(cls, ps): # pylint: disable=W0613 |