diff --git a/game-server/test/chat.test.ts b/game-server/test/chat.test.ts index 90042a80e..355a4363c 100644 --- a/game-server/test/chat.test.ts +++ b/game-server/test/chat.test.ts @@ -109,9 +109,9 @@ describe('聊天测试', function() { }, 1000); }); - it('测试系统频道消息', function(done) { - testGroupMsg(pinusClient, roleInfo, pinusClientT, CHANNEL_PREFIX.SYS, roleInfo.serverId, done); - }); + // it('测试系统频道消息', function(done) { + // testGroupMsg(pinusClient, roleInfo, pinusClientT, CHANNEL_PREFIX.SYS, roleInfo.serverId, done); + // }); it('测试世界频道消息', function(done) { testGroupMsg(pinusClient, roleInfo, pinusClientT, CHANNEL_PREFIX.WORLD, roleInfo.serverId, done);