Skip to content

Commit

Permalink
skip esmodule test
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler17 committed Sep 26, 2024
1 parent 851ddaf commit 540bb34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
include:
- test: executives.spec
- test: delegates.spec
- test: esmodule.spec
# - test: esmodule.spec
- test: polling.spec
runs-on: ubuntu-latest
env:
Expand Down
2 changes: 1 addition & 1 deletion playwright/esmodule.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { test, expect } from '@playwright/test';
import { connectWallet, closeModal } from './shared';
import './forkVnet';

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

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

0 comments on commit 540bb34

Please sign in to comment.