aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautomated/lib/android-test-lib5
1 files changed, 0 insertions, 5 deletions
diff --git a/automated/lib/android-test-lib b/automated/lib/android-test-lib
index a3cee8b8..bd49d55a 100755
--- a/automated/lib/android-test-lib
+++ b/automated/lib/android-test-lib
@@ -332,10 +332,5 @@ adb_join_wifi() {
wget http://testdata.validation.linaro.org/apks/wifi/wifi.apk
adb install wifi.apk
adb shell am start -n com.steinwurf.adbjoinwifi/.MainActivity -e ssid "${AP_SSID}" -e password_type WPA -e password "${AP_KEY}"
-
- # uninstall the packge to avoid effect like reported here:
- # https://bugs.linaro.org/show_bug.cgi?id=4236
- sleep 2
- adb uninstall com.steinwurf.adbjoinwifi
fi
}