chore(): skip sensitive tests

This commit is contained in:
tiagosiebler
2024-06-14 14:43:10 +01:00
parent 5e3b463e94
commit e248c39dc3
2 changed files with 1 additions and 16 deletions

View File

@@ -84,13 +84,6 @@ describe('Private Spot REST API GET Endpoints', () => {
);
});
it('getLeveragedTokenPRHistory()', async () => {
expect(await api.getLeveragedTokenPRHistory()).toMatchObject({
...successResponseObjectV3(),
// retCode: API_ERROR_CODE.ORDER_NOT_FOUND_LEVERAGED_TOKEN,
});
});
it('getCrossMarginBorrowingInfo()', async () => {
expect(await api.getCrossMarginBorrowingInfo()).toMatchObject(
successResponseObjectV3(),