disable online test for now

until we save the tokens or something like that, which bypass the mojang server limits
This commit is contained in:
Romain Beaumont 2016-02-20 17:18:56 +01:00
parent 93593911e6
commit 6fb6b35cc5

View file

@ -66,7 +66,7 @@ mc.supportedVersions.forEach(function(supportedVersion) {
});
});
});
it("connects successfully - online mode", function(done) {
it.skip("connects successfully - online mode", function(done) {
wrap.startServer({'online-mode': 'true'}, function(err) {
if(err)
return done(err);