Skip to content

Commit 240ff49

Browse files
committed
test(client): disable perps integration suite
1 parent 89f9a68 commit 240ff49

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

packages/client/tests/integration/perps.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { describe, expect, it, runMeteredTests } from './fixtures';
1515
const DEFAULT_PERPS_CREDENTIAL_EXPIRES_IN = 7 * 24 * 60 * 60 * 1000;
1616
const MAX_PERPS_PRICE_SIGNIFICANT_FIGURES = 5;
1717

18-
describe('Perps integration', () => {
18+
describe.skip('Perps integration', () => {
1919
it.runIf(runMeteredTests)(
2020
'deposits and withdraws the same Perps amount',
2121
async ({ secureClientWithDepositWallet }) => {

0 commit comments

Comments
 (0)