Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1438)

Unified Diff: telemetry/telemetry/internal/actions/scroll_unittest.py

Issue 2236493003: [catapult android trybot] Make Telemetry tests run on Android (Closed) Base URL: git@github.com:catapult-project/catapult.git@master
Patch Set: Add stack traces and more logging Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: telemetry/telemetry/internal/actions/scroll_unittest.py
diff --git a/telemetry/telemetry/internal/actions/scroll_unittest.py b/telemetry/telemetry/internal/actions/scroll_unittest.py
index 0c6ad7d0178f6d6fe5a1657fdc4d2f027288c493..2a8428219c7f8420473bea953d166a38cfccc9f9 100644
--- a/telemetry/telemetry/internal/actions/scroll_unittest.py
+++ b/telemetry/telemetry/internal/actions/scroll_unittest.py
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+from telemetry import decorators
from telemetry.internal.actions import scroll
from telemetry.internal.actions import utils
from telemetry.testing import tab_test_case
@@ -48,6 +49,8 @@ class ScrollActionTest(tab_test_case.TabTestCase):
self.assertTrue(scroll_position != 0,
msg='scroll_position=%d;' % (scroll_position))
+ # https://github.com/catapult-project/catapult/issues/3099
+ @decorators.Disabled('android')
def testDiagonalScrollAction(self):
# Diagonal scrolling was not supported in the ScrollAction until Chrome
# branch number 2332

Powered by Google App Engine
This is Rietveld 408576698