Index: chrome/test/pyautolib/chromeos_network.py |
diff --git a/chrome/test/pyautolib/chromeos_network.py b/chrome/test/pyautolib/chromeos_network.py |
index 3c60095d45e58c11bbbd4a7805d66cf19d85688b..f88d07f36e2ce83a45e0ea500c83371d158bab11 100644 |
--- a/chrome/test/pyautolib/chromeos_network.py |
+++ b/chrome/test/pyautolib/chromeos_network.py |
@@ -134,7 +134,7 @@ class PyNetworkUITest(pyauto.PyUITest): |
# Move ethernet to the end of the flimflam priority list, |
# effectively hiding any ssh connections that the |
# test harness might be using and putting wifi ahead. |
- self._PushServiceOrder('vpn,bluetooth,wifi,wimax,cellular,ethernet') |
+ self._PushServiceOrder('wifi,ethernet') |
self._ParseDefaultRoutingTable() |
pyauto.PyUITest.setUp(self) |
self.CleanupFlimflamDirsOnChromeOS() |