diff --git a/test/e2e/specs/site-editor/preload.spec.js b/test/e2e/specs/site-editor/preload.spec.js index b6f9f49aedeb7c..e618d70ca20b90 100644 --- a/test/e2e/specs/site-editor/preload.spec.js +++ b/test/e2e/specs/site-editor/preload.spec.js @@ -46,9 +46,6 @@ test.describe( 'Preload', () => { expect( requests ).toEqual( [ // Seems to be coming from `enableComplementaryArea`. '/wp/v2/users/me', - // There are two separate settings OPTIONS requests. We should fix - // so the one for canUser and getEntityRecord are reused. - '/wp/v2/settings', ] ); } ); } );