Skip to content

Commit 6fb6b35

Browse files
committed
disable online test for now
until we save the tokens or something like that, which bypass the mojang server limits
1 parent 9359391 commit 6fb6b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/clientTest.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ mc.supportedVersions.forEach(function(supportedVersion) {
6666
});
6767
});
6868
});
69-
it("connects successfully - online mode", function(done) {
69+
it.skip("connects successfully - online mode", function(done) {
7070
wrap.startServer({'online-mode': 'true'}, function(err) {
7171
if(err)
7272
return done(err);

0 commit comments

Comments
 (0)