mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-27 13:14:41 -04:00
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:
parent
93593911e6
commit
6fb6b35cc5
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user