Skip to content

Commit

Permalink
Disable flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerardo committed Mar 27, 2024
1 parent 3f97381 commit 64942a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ describe( 'Gutenberg Editor - Test Suite 1', () => {
await toggleDarkMode( editorPage.driver, false );
} );

it( 'sliders display proportionate fill level previews', async () => {
it.skip( 'sliders display proportionate fill level previews', async () => {
await editorPage.initializeEditor();
await editorPage.addNewBlock( blockNames.columns );
// Wait for the modal to open
Expand Down

0 comments on commit 64942a1

Please sign in to comment.