Skip to content

Commit

Permalink
Marking the test as skipped. (#37729)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwelcher authored Jan 5, 2022
1 parent 69c7a18 commit fe9b08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/specs/editor/blocks/navigation.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ describe( 'Navigation', () => {
expect( await getNavigationMenuRawContent() ).toMatchSnapshot();
} );

it( 'allows pages to be created from the navigation block and their links added to menu', async () => {
it.skip( 'allows pages to be created from the navigation block and their links added to menu', async () => {
// The URL Details endpoint 404s for the created page, since it will
// be a draft that is inaccessible publicly. To avoid this we mock
// out the endpoint response to be empty which will be handled gracefully
Expand Down

0 comments on commit fe9b08a

Please sign in to comment.