diff --git a/test/e2e/specs/site-editor/preload.spec.js b/test/e2e/specs/site-editor/preload.spec.js index 9c4dcb6845e2b..310c86e4e1f69 100644 --- a/test/e2e/specs/site-editor/preload.spec.js +++ b/test/e2e/specs/site-editor/preload.spec.js @@ -79,7 +79,6 @@ test.describe( 'Preload: should make no requests before the iframe is loaded', ( [ 'GET', '/wp/v2/types/page' ], [ 'OPTIONS', '/wp/v2/settings' ], [ 'GET', '/wp/v2/taxonomies' ], - [ 'POST', '/wp/v2/users/me' ], ] ); } ); } );