Skip to content

Commit

Permalink
👹
Browse files Browse the repository at this point in the history
  • Loading branch information
samijaber committed Nov 15, 2024
1 parent 29e3f13 commit 84d2e90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/sdks-tests/src/e2e-tests/editing.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ test.describe('Visual Editing', () => {
packageName === 'gen1-react' ||
packageName === 'gen1-remix'
);

test.skip(packageName === 'vue', 'Vue tests flake on this one for an unnkown reason.');

await page.goto('/duplicated-content-using-nested-symbols');
await launchEmbedderAndWaitForSdk({
path: '/duplicated-content-using-nested-symbols',
Expand Down

0 comments on commit 84d2e90

Please sign in to comment.