chore(): note why this test is failing as expected

This commit is contained in:
tiagosiebler
2023-04-13 12:28:31 +01:00
parent fbd9235eb0
commit e1943d5494

View File

@@ -40,7 +40,7 @@ describe('Private READ V5 REST API Endpoints', () => {
); );
}); });
// 10016 system errors - reached out to bybit on 13th April 2023 // 10016 system errors if the account is not UTA upgraded
it.skip('getSpotBorrowCheck()', async () => { it.skip('getSpotBorrowCheck()', async () => {
expect(await api.getSpotBorrowCheck(linearSymbol, 'Buy')).toMatchObject({ expect(await api.getSpotBorrowCheck(linearSymbol, 'Buy')).toMatchObject({
...successResponseObjectV3(), ...successResponseObjectV3(),