Skip to content

Commit 4bee484

Browse files
committed
skip flaky e2e test
1 parent c383d26 commit 4bee484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/specs/custom-settings.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ body
337337
expect(await getResult().innerText('body script')).not.toContain('function add_css()');
338338
});
339339

340-
test('stencil', async ({ page, getTestUrl, editor }) => {
340+
test.skip('stencil', async ({ page, getTestUrl, editor }) => {
341341
test.skip(editor === 'codemirror');
342342

343343
await page.goto(getTestUrl({ template: 'stencil' }));

0 commit comments

Comments
 (0)