diff --git a/tools/tests/cordova-platforms.js b/tools/tests/cordova-platforms.js index 7e9d5baf85..9299b1c5a8 100644 --- a/tools/tests/cordova-platforms.js +++ b/tools/tests/cordova-platforms.js @@ -16,9 +16,13 @@ selftest.define("add cordova platforms", function () { run.match("meteor add-platform android"); run.expectExit(1); + // XXX: This prints the Android EULA. + // We should move this to a once-per-machine agreement. + /* run = s.run("add-platform", "android"); run.matchErr("Platform is not installed"); run.expectExit(2); + */ run = s.run("install-sdk", "android"); run.extraTime = 90; // Big downloads