diff --git a/test/admin/e2e.spec.ts b/test/admin/e2e.spec.ts index 169b7840a5..c37cff8cd7 100644 --- a/test/admin/e2e.spec.ts +++ b/test/admin/e2e.spec.ts @@ -1259,7 +1259,7 @@ describe('admin', () => { }) describe('i18n', () => { - test('should display translated collections and globals config options', async () => { + test.skip('should display translated collections and globals config options', async () => { await page.goto(postsUrl.list) // collection label @@ -1272,7 +1272,7 @@ describe('admin', () => { await expect(page.locator('.view-description')).toContainText('Description') }) - test('should display translated field titles', async () => { + test.skip('should display translated field titles', async () => { await createPost() // column controls