Skip to content

Commit 8784ae4

Browse files
committed
test(client): disable rfq live integration
1 parent d08c9d2 commit 8784ae4

3 files changed

Lines changed: 4 additions & 2 deletions

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

packages/client/tests/integration/rfq-live.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
} from '@polymarket/client';
66
import { describe, expect, it, runMeteredTests } from './fixtures';
77

8-
describe('RFQ live quoting integration', () => {
8+
describe.skip('RFQ live quoting integration', () => {
99
// Metered: an accepted quote can execute a live trade with real funds.
1010
it.runIf(runMeteredTests)(
1111
'quotes live RFQ requests until one executes',

0 commit comments

Comments
 (0)