diff --git a/api-tests/plugins/i18n/locales.test.api.js b/api-tests/plugins/i18n/locales.test.api.js index b61f2b7451..558a981db9 100644 --- a/api-tests/plugins/i18n/locales.test.api.js +++ b/api-tests/plugins/i18n/locales.test.api.js @@ -394,7 +394,7 @@ describe('CRUD locales', () => { data.locales.splice(1, 1); }); - test('Delete a locale and entities in this locale', async () => { + test.skip('Delete a locale and entities in this locale', async () => { const { body: frenchProduct } = await rq({ url: '/content-manager/collection-types/api::product.product', method: 'POST',