Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion e2e/specs/perps/perps-limit-long-fill.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion e2e/specs/perps/perps-no-funds-tutorial.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion e2e/specs/perps/perps-position-liquidation.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down
2 changes: 1 addition & 1 deletion e2e/specs/perps/perps-position.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down
Loading