| Index: chrome/test/functional/chromeos_wifi_sanity.py
|
| diff --git a/chrome/test/functional/chromeos_wifi_sanity.py b/chrome/test/functional/chromeos_wifi_sanity.py
|
| index 037397bb2cf5c49b797f7802f7d5d232e93bafec..ebebc25844083e14ca449a6fed20933ce6eee97f 100755
|
| --- a/chrome/test/functional/chromeos_wifi_sanity.py
|
| +++ b/chrome/test/functional/chromeos_wifi_sanity.py
|
| @@ -12,19 +12,6 @@ import chromeos_network # pyauto_functional must come before chromeos_network
|
| class ChromeosWifiSanity(chromeos_network.PyNetworkUITest):
|
| """Tests for ChromeOS network related functions."""
|
|
|
| - def testNetworkInfoAndScan(self):
|
| - """Get basic info on networks."""
|
| - # NetworkScan will also call GetNetworkInfo and return the results.
|
| - result = self.NetworkScan()
|
| - self.assertTrue(result)
|
| - logging.debug(result)
|
| -
|
| - def testGetProxySettings(self):
|
| - """Print some information about proxy settings."""
|
| - result = self.GetProxySettingsOnChromeOS()
|
| - self.assertTrue(result)
|
| - logging.debug(result)
|
| -
|
| def testToggleNetworkDevice(self):
|
| """Sanity check to make sure wifi can be disabled and reenabled."""
|
| self.ToggleNetworkDevice('wifi', False)
|
|
|