CB-12524: Removing the downgrade test, because thanks to Google's Tool Change, this will forever fail.
Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/02872546 Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/02872546 Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/02872546 Branch: refs/heads/master Commit: 028725468aee4a1b30de3058356084ed9f5e3191 Parents: 9dbffa6 Author: Joe Bowser <[email protected]> Authored: Mon Mar 13 11:18:33 2017 -0700 Committer: Joe Bowser <[email protected]> Committed: Mon Mar 13 13:51:37 2017 -0700 ---------------------------------------------------------------------- spec/e2e/update.spec.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/02872546/spec/e2e/update.spec.js ---------------------------------------------------------------------- diff --git a/spec/e2e/update.spec.js b/spec/e2e/update.spec.js index a2296c0..2bf4717 100644 --- a/spec/e2e/update.spec.js +++ b/spec/e2e/update.spec.js @@ -78,20 +78,12 @@ describe('update', function() { }, UPDATE_TIMEOUT); - it('Test#003 : should downgrade major version and build the project', function(done) { - var projectname = 'testupdate'; - var projectid = 'com.test.update.app2'; - - testUpdate(projectname, projectid, platformEdge, platformOld, true, done); - }, UPDATE_TIMEOUT); - - // TODO: After next Android release, add tests for minor/patch version update }); describe('cleanup', function () { it('Test#004 : remove cloned old platform', function() { - shell.rm('-rf', platformOld.path); + //shell.rm('-rf', platformOld.path); }); }); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
