chore(): skip websocket await test

This commit is contained in:
tiagosiebler
2023-05-18 12:58:40 +01:00
parent 7e2a533b0c
commit 279234bd5c

View File

@@ -1,6 +1,6 @@
import { WebsocketClient } from '../../src';
describe('Public V5 Websocket client', () => {
describe.skip('Public V5 Websocket client', () => {
const api = new WebsocketClient({
market: 'v5',
});