CB-12524: Removing the downgrade test, because thanks to Google's Tool Change, this will forever fail.

This commit is contained in:
Joe Bowser 2017-03-13 11:18:33 -07:00
parent 9dbffa6ee8
commit 028725468a

View File

@ -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);
});
});