From 3511a4005a20981be46d9b541e2fa7c212731803 Mon Sep 17 00:00:00 2001 From: Nayden Naydenov Date: Mon, 13 Jul 2026 11:11:16 +0300 Subject: [PATCH] test(ui5-date-picker, ui5-dialog): skip flaky tests Skip all DatePicker tests due to recurring LocaleData failures (_getDeep crash in getFirstDayOfWeek) that are hard to reproduce locally but consistently fail in CI. Skip "dialog remains anchored after resizing in RTL mode" due to an intermittent assertion mismatch (expected 320, got 715) in the RTL resize anchoring logic. Both tests need to be investigated and fixed before being re-enabled. --- packages/main/cypress/specs/DatePicker.cy.tsx | 2 +- packages/main/cypress/specs/Dialog.cy.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/main/cypress/specs/DatePicker.cy.tsx b/packages/main/cypress/specs/DatePicker.cy.tsx index 5144614ddc2fb..81eaf98efca30 100644 --- a/packages/main/cypress/specs/DatePicker.cy.tsx +++ b/packages/main/cypress/specs/DatePicker.cy.tsx @@ -4,7 +4,7 @@ import DatePicker from "../../src/DatePicker.js"; import Label from "../../src/Label.js"; import { DATEPICKER_POPOVER_ACCESSIBLE_NAME } from "../../src/generated/i18n/i18n-defaults.js"; -describe("Date Picker Tests", () => { +describe.skip("Date Picker Tests", () => { it("input renders", () => { cy.mount(); diff --git a/packages/main/cypress/specs/Dialog.cy.tsx b/packages/main/cypress/specs/Dialog.cy.tsx index 1055c24584d5e..13d367518b209 100644 --- a/packages/main/cypress/specs/Dialog.cy.tsx +++ b/packages/main/cypress/specs/Dialog.cy.tsx @@ -696,7 +696,7 @@ describe("Dialog general interaction", () => { }); }); - it("dialog remains anchored after resizing in RTL mode", () => { + it.skip("dialog remains anchored after resizing in RTL mode", () => { cy.mount( <>