Skip to content

Commit

Permalink
Disable flaky test (#4455)
Browse files Browse the repository at this point in the history
  • Loading branch information
zurfyx committed May 4, 2023
1 parent 05658bc commit 4ad4950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical-playground/__tests__/e2e/Links.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1526,7 +1526,7 @@ test.describe('Links', () => {
isCollab,
page,
}) => {
test.fixme(isCollab && IS_LINUX, 'Flaky on Linux + Collab');
test.fixme(true, 'Flaky');
await focusEditor(page);
await page.keyboard.type('Hello awesome');
await selectAll(page);
Expand Down

2 comments on commit 4ad4950

@vercel
Copy link

@vercel vercel bot commented on 4ad4950 May 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lexical – ./packages/lexical-website

lexical.dev
lexicaljs.com
lexicaljs.org
lexical-git-main-fbopensource.vercel.app
lexical-fbopensource.vercel.app
www.lexical.dev

@vercel
Copy link

@vercel vercel bot commented on 4ad4950 May 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lexical-playground – ./packages/lexical-playground

lexical-playground.vercel.app
lexical-playground-git-main-fbopensource.vercel.app
lexical-playground-fbopensource.vercel.app
playground.lexical.dev

Please sign in to comment.