Index: chrome/test/chromedriver/test_expectations |
diff --git a/chrome/test/chromedriver/test_expectations b/chrome/test/chromedriver/test_expectations |
index 659529630511e4392cf34c8464f5ef7ab824413d..a5bfdbae44586c514a944319c235f62dd5126a06 100644 |
--- a/chrome/test/chromedriver/test_expectations |
+++ b/chrome/test/chromedriver/test_expectations |
@@ -160,10 +160,11 @@ _OS_NEGATIVE_FILTER['android'] = [ |
# http://crbug.com/156390 |
'DragAndDropTest.*', |
- # Touch events are not yet supported. |
+ # Flick touch events are not yet implemented. |
'TouchFlickTest.*', |
+ |
+ # Scrolling touch events are not supported. |
'TouchScrollTest.*', |
- 'TouchSingleTapTest.*', |
# These tests start multiple sessions, which is not supported on a single |
# Android device. |