Skip to content

Commit

Permalink
skip import from JsBin e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemhosny committed Aug 18, 2023
1 parent d190a31 commit f0f8c3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/specs/import.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ test.describe('Import from UI', () => {
test(source, async ({ page, getTestUrl, editor }) => {
test.skip(editor === 'codejar', 'FIXME: fails on CI');
test.skip(source.startsWith('GitHub'), 'FIXME: fails on CI');
test.skip(source.startsWith('JsBin'), 'FIXME: fails on CI');

await page.goto(getTestUrl());

Expand Down Expand Up @@ -178,6 +179,7 @@ test.describe('Import from URL', () => {
Object.entries(sources).forEach(([source, url]) => {
test(source, async ({ page, getTestUrl }) => {
test.skip(source.startsWith('GitHub'), 'FIXME: fails on CI');
test.skip(source.startsWith('JsBin'), 'FIXME: fails on CI');

await page.goto(getTestUrl() + '#' + url);

Expand Down

0 comments on commit f0f8c3a

Please sign in to comment.