Skip to content

Commit

Permalink
Create intentional flaky commit
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Dec 16, 2022
1 parent 9b6a566 commit fd0e1a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/e2e/specs/editor/blocks/list.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ test.describe( 'List', () => {
await admin.createNewPost();
} );

test.describe( 'Flaky test', () => {
test( 'should be flaky', async ( {}, testInfo ) => {
expect( testInfo.retry ).toBeGreaterThan( 1 );
} );
} );

test( 'can be created by using an asterisk at the start of a paragraph block', async ( {
editor,
page,
Expand Down

1 comment on commit fd0e1a0

@github-actions
Copy link

Choose a reason for hiding this comment

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

Flaky tests detected.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/talldan/gutenberg/actions/runs/3710767053
📝 Reported issues:

Please sign in to comment.