| Index: telemetry/telemetry/testing/serially_executed_browser_test_case.py
|
| diff --git a/telemetry/telemetry/testing/serially_executed_browser_test_case.py b/telemetry/telemetry/testing/serially_executed_browser_test_case.py
|
| index 26d1e251fef776f292b828bc0587dd990a961453..bd24ddb11b3d0c3670d0a56d8d98d6cacb70b162 100644
|
| --- a/telemetry/telemetry/testing/serially_executed_browser_test_case.py
|
| +++ b/telemetry/telemetry/testing/serially_executed_browser_test_case.py
|
| @@ -91,9 +91,7 @@ class SeriallyExecutedBrowserTestCase(unittest.TestCase):
|
| assert not cls.browser, 'WPR must be started prior to browser being started'
|
|
|
| cloud_storage.GetIfChanged(archive_path, archive_bucket)
|
| - use_wpr_go = archive_path.endswith('.wprgo')
|
| - cls.platform.network_controller.Open(wpr_modes.WPR_REPLAY, [],
|
| - use_wpr_go=use_wpr_go)
|
| + cls.platform.network_controller.Open(wpr_modes.WPR_REPLAY, [])
|
| cls.platform.network_controller.StartReplay(archive_path=archive_path)
|
|
|
| @classmethod
|
|
|