Skip to content

Commit 8d4834d

Browse files
committed
add skip
1 parent f33a194 commit 8d4834d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/src/components/datetime/test/custom/datetime.e2e.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ configs({ directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
2828
await expect(popover).toHaveScreenshot(screenshot(`datetime-custom-time-picker`));
2929
await expect(timeButton).toHaveScreenshot(screenshot(`datetime-custom-time-button-active`));
3030
});
31-
32-
test('should allow styling calendar days in grid style datetimes', async ({ page }) => {
31+
// TODO (FW-6769): Enable test when its fixed
32+
test.skip('should allow styling calendar days in grid style datetimes', async ({ page }) => {
3333
const datetime = page.locator('#custom-calendar-days');
3434

3535
// Wait for calendar days to be rendered

0 commit comments

Comments
 (0)