chore(): disable old endpoint test

This commit is contained in:
tiagosiebler
2023-12-22 11:55:46 +00:00
parent 45705c0e79
commit 2240bd4043
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ describe('Private Account Asset REST API GET Endpoints', () => {
});
});
it('getUniversalTransfers()', async () => {
it.skip('getUniversalTransfers()', async () => {
expect(await api.getInternalTransfers()).toMatchObject(
successResponseObject(),
);