Skip to content

Commit 540bb34

Browse files
committed
skip esmodule test
1 parent 851ddaf commit 540bb34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
include:
1515
- test: executives.spec
1616
- test: delegates.spec
17-
- test: esmodule.spec
17+
# - test: esmodule.spec
1818
- test: polling.spec
1919
runs-on: ubuntu-latest
2020
env:

playwright/esmodule.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { test, expect } from '@playwright/test';
22
import { connectWallet, closeModal } from './shared';
33
import './forkVnet';
44

5-
test('Input 150,000MKR and burn it', async ({ page }) => {
5+
test.skip('Input 150,000MKR and burn it', async ({ page }) => {
66
await page.goto('/esmodule');
77

88
await expect(page.locator('text=Emergency Shutdown Module')).toBeVisible();

0 commit comments

Comments
 (0)