diff options
author | Xia Wang <xiaw@google.com> | 2013-06-17 17:48:47 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-06-17 17:48:47 -0700 |
commit | 8fcb169f7989123f993adfac5894d1ad5f35ed0b (patch) | |
tree | ad71880dadfa42b11ff3b41ce8a4be4c971c2ed2 | |
parent | 9e7926f28a353f55042247529372848267516f36 (diff) | |
parent | edc3bb661e9c8964d3926cbd7344793a32a2c2cd (diff) | |
download | frameworks_base-8fcb169f7989123f993adfac5894d1ad5f35ed0b.zip frameworks_base-8fcb169f7989123f993adfac5894d1ad5f35ed0b.tar.gz frameworks_base-8fcb169f7989123f993adfac5894d1ad5f35ed0b.tar.bz2 |
am edc3bb66: Disable a flaky test case
* commit 'edc3bb661e9c8964d3926cbd7344793a32a2c2cd':
Disable a flaky test case
-rw-r--r-- | core/tests/ConnectivityManagerTest/assets/accesspoints.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/tests/ConnectivityManagerTest/assets/accesspoints.xml b/core/tests/ConnectivityManagerTest/assets/accesspoints.xml index 5e3252c..ce6eebc 100644 --- a/core/tests/ConnectivityManagerTest/assets/accesspoints.xml +++ b/core/tests/ConnectivityManagerTest/assets/accesspoints.xml @@ -23,6 +23,10 @@ <dns1>192.168.14.1</dns1> <dns2>192.168.1.9</dns2> </accesspoint> +<!-- TODO: This AP is outdated and only supports 2.4GHz. + Need to switch to a new dual-band AP. + Enable this test case again once the configuration is completed. + bug#: 9470594 <accesspoint> <ssid>botnet</ssid> <security>EAP</security> @@ -31,5 +35,6 @@ <identity>donut</identity> <password>android</password> </accesspoint> +--> </resources> |