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

@@ -2,7 +2,7 @@ import { API_ERROR_CODE, SpotClient } from '../../src';
import { getTestProxy } from '../proxy.util';
import { successResponseObject } from '../response.util';
describe('Private Spot REST API POST Endpoints', () => {
describe.skip('Private Spot REST API POST Endpoints', () => {
const API_KEY = process.env.API_KEY_COM;
const API_SECRET = process.env.API_SECRET_COM;