diff --git a/core/src/components/textarea/test/autogrow/textarea.e2e.ts b/core/src/components/textarea/test/autogrow/textarea.e2e.ts
index fb8c04851b..95a73d066a 100644
--- a/core/src/components/textarea/test/autogrow/textarea.e2e.ts
+++ b/core/src/components/textarea/test/autogrow/textarea.e2e.ts
@@ -10,7 +10,8 @@ test.describe('textarea: autogrow', () => {
await expect(page).toHaveScreenshot(`textarea-autogrow-diff-${page.getSnapshotSettings()}.png`);
});
- test('should grow when typing', async ({ page }) => {
+ // TODO(FW-3920): Autogrow test is flaky
+ test.skip('should grow when typing', async ({ page }) => {
await page.setContent(`
`);
diff --git a/core/src/components/textarea/test/legacy/autogrow/textarea.e2e.ts b/core/src/components/textarea/test/legacy/autogrow/textarea.e2e.ts
index b7c02ffe8f..2b3cf9c6a0 100644
--- a/core/src/components/textarea/test/legacy/autogrow/textarea.e2e.ts
+++ b/core/src/components/textarea/test/legacy/autogrow/textarea.e2e.ts
@@ -10,7 +10,8 @@ test.describe('textarea: autogrow', () => {
expect(await page.screenshot()).toMatchSnapshot(`textarea-autogrow-diff-${page.getSnapshotSettings()}.png`);
});
- test('should grow when typing', async ({ page }) => {
+ // TODO(FW-3920): Autogrow test is flaky
+ test.skip('should grow when typing', async ({ page }) => {
await page.setContent(
`