chore(): skip tests for deprecated API categories

This commit is contained in:
tiagosiebler
2023-10-30 14:04:38 +00:00
parent 7c67d5f98f
commit 976a4e86ab
13 changed files with 18 additions and 18 deletions

View File

@@ -13,7 +13,7 @@ import {
waitForSocketEvent,
} from '../ws.util';
describe('Public Inverse Perps Websocket Client', () => {
describe.skip('Public Inverse Perps Websocket Client', () => {
let wsClient: WebsocketClient;
const wsClientOptions: WSClientConfigurableOptions = {
@@ -66,7 +66,7 @@ describe('Public Inverse Perps Websocket Client', () => {
} catch (e) {
console.error(
`Wait for "${wsTopic}" subscription response exception: `,
e
e,
);
}