Index: chrome/test/chromedriver/test/run_py_tests.py |
diff --git a/chrome/test/chromedriver/test/run_py_tests.py b/chrome/test/chromedriver/test/run_py_tests.py |
index 49c8b12885b5b0d1ece248cc096ac07d2ce46527..a8dc0927407231f7f98c7f3f6837bfdce49f1ed4 100755 |
--- a/chrome/test/chromedriver/test/run_py_tests.py |
+++ b/chrome/test/chromedriver/test/run_py_tests.py |
@@ -135,6 +135,14 @@ _ANDROID_NEGATIVE_FILTER['chrome'] = ( |
# Page cannot be loaded from file:// URI in Android unless it |
# is stored in device. |
'ChromeDriverTest.testCanClickAlertInIframes', |
+ # Network emulation is only supported on desktop. |
+ 'ChromeDriverTest.testEmulateNetworkConnection', |
+ 'ChromeDriverTest.testWifiEmulation', |
+ 'ChromeDriverTest.testAirplaneModeEmulation', |
+ 'ChromeDriverTest.testWifiAndAirplaneModeEmulation', |
+ 'ChromeDriverTest.testNetworkConnectionTypeIsAppliedToAllTabsImmediately', |
+ 'ChromeDriverTest.testNetworkConnectionTypeIsAppliedToAllTabs', |
+ |
] |
) |
_ANDROID_NEGATIVE_FILTER['chrome_stable'] = ( |