| Index: tools/telemetry/telemetry/page/actions/action_runner_unittest.py
|
| diff --git a/tools/telemetry/telemetry/page/actions/action_runner_unittest.py b/tools/telemetry/telemetry/page/actions/action_runner_unittest.py
|
| index d7f9e82c92fb78284840b6e7cb92594e9a5f863d..cd4eff5e9ed5cfbf9eb0617f15d4ae03acdce855 100644
|
| --- a/tools/telemetry/telemetry/page/actions/action_runner_unittest.py
|
| +++ b/tools/telemetry/telemetry/page/actions/action_runner_unittest.py
|
| @@ -50,8 +50,7 @@ class ActionRunnerInteractionTest(tab_test_case.TabTestCase):
|
| # Test disabled for android: crbug.com/437057
|
| @decorators.Disabled('android', 'chromeos')
|
| def testIssuingMultipleMeasurementInteractionRecords(self):
|
| - self.VerifyIssuingInteractionRecords(is_smooth=True)
|
| - self.VerifyIssuingInteractionRecords(is_smooth=True)
|
| + self.VerifyIssuingInteractionRecords(repeatable=True)
|
|
|
|
|
| class ActionRunnerTest(tab_test_case.TabTestCase):
|
|
|