From ef8f6a1e2ba20c141497d7f9d276bae47065010a Mon Sep 17 00:00:00 2001 From: Yongqin Liu Date: Thu, 10 Jan 2019 15:26:10 +0000 Subject: Revert "android-test-lib adb_join_wifi: uninstall the package" uninstall that package would cause wifi disconnected This reverts commit 1136333f3659ab251096848444d94ae7e478d31a. --- automated/lib/android-test-lib | 5 ----- 1 file changed, 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 } -- cgit v1.2.3