Skip to content

Commit

Permalink
Add eslint-disable-next-line to the skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
Swanand01 committed May 16, 2024
1 parent 56f19cf commit 18199a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/src/specs/wordpress/quickEdit.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe('Quick Edit', () => {
await trashAllPosts('web-story');
});

// Skip this flaky test for now.
// eslint-disable-next-line jest/no-disabled-tests -- Flaky test.
it.skip('should save story without breaking markup', async () => {
await createNewStory();

Expand Down

0 comments on commit 18199a4

Please sign in to comment.