chore(): skip old USDC ws tests

This commit is contained in:
tiagosiebler
2023-12-11 09:47:53 +00:00
parent 8fce364895
commit 662de8b9c6
2 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ import {
waitForSocketEvent,
} from '../../ws.util';
describe('Public USDC Perp Websocket Client', () => {
describe.skip('Public USDC Perp Websocket Client', () => {
let wsClient: WebsocketClient;
const wsClientOptions: WSClientConfigurableOptions = {
@@ -19,7 +19,7 @@ describe('Public USDC Perp Websocket Client', () => {
beforeAll(() => {
wsClient = new WebsocketClient(
wsClientOptions,
getSilentLogger('expectSuccessNoAuth')
getSilentLogger('expectSuccessNoAuth'),
);
wsClient.connectPublic();
// logAllEvents(wsClient);