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

Unified Diff: chrome/test/chromedriver/test/run_py_tests.py

Issue 2115723002: [chromedriver] Filter network emulation tests from running on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'] = (
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698