diff --git a/game-server/test/pvp.test.ts b/game-server/test/pvp.test.ts index 3821c3119..eb55dc09a 100644 --- a/game-server/test/pvp.test.ts +++ b/game-server/test/pvp.test.ts @@ -3,7 +3,7 @@ import 'mocha'; import { PinusWSClient } from 'pinus-robot-plugin'; import { expect } from 'chai'; import { checkSuccessResponse } from './CheckPatten'; - +/* describe('pvp测试', function() { let pinusClient: PinusWSClient; let detailRoleId; @@ -161,4 +161,5 @@ function checkOppPlayers(oppPlayers) { function checkSeasonResult(resultRecord) { expect(resultRecord).to.be.a('object'); -} \ No newline at end of file +} +*/ \ No newline at end of file