Skip to content

Commit

Permalink
Skip flakey font check e2e test
Browse files Browse the repository at this point in the history
See #11362
  • Loading branch information
swissspidy committed Apr 26, 2022
1 parent 50f5864 commit 992f2ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/e2e-tests/src/specs/editor/fontCheck/fontCheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ async function storyWithFontCheckDialog(title) {
await page.waitForSelector('[role="dialog"]');
}

describe('Font Check', () => {
// eslint-disable-next-line jest/no-disabled-tests -- TODO(#11361): Fix flakey tests
describe.skip('Font Check', () => {
beforeAll(async () => {
await visitSettings();
await removeAllFonts();
Expand Down

0 comments on commit 992f2ca

Please sign in to comment.