| 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 d4e5355fd4ed834452165bb6458a0fdfff37b3ac..d7f9e82c92fb78284840b6e7cb92594e9a5f863d 100644
|
| --- a/tools/telemetry/telemetry/page/actions/action_runner_unittest.py
|
| +++ b/tools/telemetry/telemetry/page/actions/action_runner_unittest.py
|
| @@ -50,9 +50,8 @@ class ActionRunnerInteractionTest(tab_test_case.TabTestCase):
|
| # Test disabled for android: crbug.com/437057
|
| @decorators.Disabled('android', 'chromeos')
|
| def testIssuingMultipleMeasurementInteractionRecords(self):
|
| - self.VerifyIssuingInteractionRecords(is_responsive=True)
|
| self.VerifyIssuingInteractionRecords(is_smooth=True)
|
| - self.VerifyIssuingInteractionRecords(is_responsive=True, is_smooth=True)
|
| + self.VerifyIssuingInteractionRecords(is_smooth=True)
|
|
|
|
|
| class ActionRunnerTest(tab_test_case.TabTestCase):
|
|
|