mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-13 14:41:03 +08:00
CB-12524: Removing the downgrade test, because thanks to Google's Tool Change, this will forever fail.
This commit is contained in:
parent
9dbffa6ee8
commit
028725468a
@ -78,20 +78,12 @@ describe('update', function() {
|
|||||||
|
|
||||||
}, UPDATE_TIMEOUT);
|
}, 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 () {
|
describe('cleanup', function () {
|
||||||
|
|
||||||
it('Test#004 : remove cloned old platform', function() {
|
it('Test#004 : remove cloned old platform', function() {
|
||||||
shell.rm('-rf', platformOld.path);
|
//shell.rm('-rf', platformOld.path);
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user