| Index: telemetry/telemetry/internal/actions/repeatable_scroll_unittest.py
|
| diff --git a/telemetry/telemetry/internal/actions/repeatable_scroll_unittest.py b/telemetry/telemetry/internal/actions/repeatable_scroll_unittest.py
|
| index 2c720ec519fb8a4a8229a0412f75ce000c81d122..675f58b7245f67edbd63ef2e5829e265dba3ef88 100644
|
| --- a/telemetry/telemetry/internal/actions/repeatable_scroll_unittest.py
|
| +++ b/telemetry/telemetry/internal/actions/repeatable_scroll_unittest.py
|
| @@ -29,6 +29,8 @@ class RepeatableScrollActionTest(tab_test_case.TabTestCase):
|
| self._window_height = int(self._tab.EvaluateJavaScript(
|
| '__GestureCommon_GetWindowHeight()'))
|
|
|
| + # https://github.com/catapult-project/catapult/issues/3099
|
| + @decorators.Disabled('android')
|
| def testRepeatableScrollActionNoRepeats(self):
|
| if not self._browser_info.HasRepeatableSynthesizeScrollGesture():
|
| return
|
| @@ -47,6 +49,8 @@ class RepeatableScrollActionTest(tab_test_case.TabTestCase):
|
| msg='scroll_position=%d;expected %d' % (scroll_position,
|
| expected_scroll))
|
|
|
| + # https://github.com/catapult-project/catapult/issues/3099
|
| + @decorators.Disabled('android')
|
| def testRepeatableScrollActionTwoRepeats(self):
|
| if not self._browser_info.HasRepeatableSynthesizeScrollGesture():
|
| return
|
|
|