From 095e2790945bc4012838a04880486c4c957032a9 Mon Sep 17 00:00:00 2001 From: Racitores Date: Fri, 12 Sep 2025 12:06:17 +0200 Subject: [PATCH] test: skip perps e2e --- e2e/specs/perps/perps-limit-long-fill.spec.ts | 2 +- e2e/specs/perps/perps-no-funds-tutorial.spec.ts | 2 +- e2e/specs/perps/perps-position-liquidation.spec.ts | 2 +- e2e/specs/perps/perps-position.spec.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/e2e/specs/perps/perps-limit-long-fill.spec.ts b/e2e/specs/perps/perps-limit-long-fill.spec.ts index 9e9fd7a475e0..959e97d293a2 100644 --- a/e2e/specs/perps/perps-limit-long-fill.spec.ts +++ b/e2e/specs/perps/perps-limit-long-fill.spec.ts @@ -13,7 +13,7 @@ import PerpsView from '../../pages/Perps/PerpsView'; import PerpsE2E from '../../framework/PerpsE2E'; describe(RegressionTrade('Perps - ETH limit long fill'), () => { - it('creates ETH limit long at -10%, shows open order, then fills after -15%', async () => { + it.skip('creates ETH limit long at -10%, shows open order, then fills after -15%', async () => { await withFixtures( { fixture: new FixtureBuilder() diff --git a/e2e/specs/perps/perps-no-funds-tutorial.spec.ts b/e2e/specs/perps/perps-no-funds-tutorial.spec.ts index 8affc39ada0a..b887d9c0db40 100644 --- a/e2e/specs/perps/perps-no-funds-tutorial.spec.ts +++ b/e2e/specs/perps/perps-no-funds-tutorial.spec.ts @@ -16,7 +16,7 @@ describe( jest.setTimeout(150000); }); - it('should show Start Trading on Perps tab and then tutorial screens', async () => { + it.skip('should show Start Trading on Perps tab and then tutorial screens', async () => { await withFixtures( { fixture: new FixtureBuilder() diff --git a/e2e/specs/perps/perps-position-liquidation.spec.ts b/e2e/specs/perps/perps-position-liquidation.spec.ts index 8b74bb6797c2..a8a9b654a425 100644 --- a/e2e/specs/perps/perps-position-liquidation.spec.ts +++ b/e2e/specs/perps/perps-position-liquidation.spec.ts @@ -21,7 +21,7 @@ const logger = createLogger({ }); describe(RegressionTrade('Perps Position'), () => { - it('should open a long position with custom profit and close it', async () => { + it.skip('should open a long position with custom profit and close it', async () => { await withFixtures( { fixture: new FixtureBuilder().build(), diff --git a/e2e/specs/perps/perps-position.spec.ts b/e2e/specs/perps/perps-position.spec.ts index eccdb9d870c6..6691380f318b 100644 --- a/e2e/specs/perps/perps-position.spec.ts +++ b/e2e/specs/perps/perps-position.spec.ts @@ -20,7 +20,7 @@ const logger = createLogger({ }); describe(RegressionTrade('Perps Position'), () => { - it('should open a long position with custom profit and close it', async () => { + it.skip('should open a long position with custom profit and close it', async () => { await withFixtures( { fixture: new FixtureBuilder().build(),