chore(): skip deprecated v1 tests

This commit is contained in:
tiagosiebler
2023-12-11 09:55:49 +00:00
parent 88e27e4819
commit 3b8201e922
4 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ import {
waitForSocketEvent,
} from '../ws.util';
describe('Public Spot V1 Websocket Client', () => {
describe.skip('Public Spot V1 Websocket Client', () => {
let wsClient: WebsocketClient;
const wsClientOptions: WSClientConfigurableOptions = {
@@ -23,7 +23,7 @@ describe('Public Spot V1 Websocket Client', () => {
beforeAll(() => {
wsClient = new WebsocketClient(
wsClientOptions,
getSilentLogger('expectSuccess')
getSilentLogger('expectSuccess'),
);
wsClient.connectPublic();
// logAllEvents(wsClient);