Index: chrome/test/chromedriver/test/test_expectations |
diff --git a/chrome/test/chromedriver/test/test_expectations b/chrome/test/chromedriver/test/test_expectations |
index b63c41e279a8f436a67b30ad31cf0f327fb0e09a..80cbf0083cd3de4fcc9a3a72263aad01210f154b 100644 |
--- a/chrome/test/chromedriver/test/test_expectations |
+++ b/chrome/test/chromedriver/test/test_expectations |
@@ -161,10 +161,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. |