diff options
author | Xia Wang <xiaw@google.com> | 2013-06-17 16:54:40 -0700 |
---|---|---|
committer | Xia Wang <xiaw@google.com> | 2013-06-17 17:14:10 -0700 |
commit | edc3bb661e9c8964d3926cbd7344793a32a2c2cd (patch) | |
tree | ad71880dadfa42b11ff3b41ce8a4be4c971c2ed2 /core/tests | |
parent | 4a9e422680727cd1a8fd683bae98c62baa0710fd (diff) | |
download | frameworks_base-edc3bb661e9c8964d3926cbd7344793a32a2c2cd.zip frameworks_base-edc3bb661e9c8964d3926cbd7344793a32a2c2cd.tar.gz frameworks_base-edc3bb661e9c8964d3926cbd7344793a32a2c2cd.tar.bz2 |
Disable a flaky test case
Change-Id: I4ef780ed0c5394b67aa002baefc00e835018c4a0
Diffstat (limited to 'core/tests')
-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> |