Skip to content

Commit

Permalink
Skip flaky navigation block permissions test (#42693)
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan authored Jul 26, 2022
1 parent 65b6254 commit 885f949
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/e2e-tests/specs/editor/blocks/navigation.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1317,9 +1317,10 @@ Expected mock function not to be called but it was called with: ["POST", "http:/
await switchUserToAdmin();
} );

it( 'shows a warning if user does not have permission to create navigation menus', async () => {
it.skip( 'shows a warning if user does not have permission to create navigation menus', async () => {
const noticeText =
'You do not have permission to create Navigation Menus.';

// Switch to a Contributor role user - they should not have
// permission to update Navigations.
await loginUser( contributorUsername, contributorPassword );
Expand Down

0 comments on commit 885f949

Please sign in to comment.