test(datetime, picker-internal): skip flaky tests (#26459)

This commit is contained in:
Sean Perkins
2022-12-09 13:36:03 -05:00
committed by GitHub
parent 340dd13e4c
commit c5ebc9155c
2 changed files with 4 additions and 2 deletions

View File

@ -108,7 +108,8 @@ test.describe('datetime: presentation', () => {
});
});
test.describe('datetime: presentation: time', () => {
// TODO: FW-3018
test.skip('datetime: presentation: time', () => {
let timePickerFixture: TimePickerFixture;
test.beforeEach(async ({ page }) => {

View File

@ -2,7 +2,8 @@ import { expect } from '@playwright/test';
import { test } from '@utils/test/playwright';
test.describe('picker-internal', () => {
test('inline pickers should not have visual regression', async ({ page }) => {
// TODO: FW-3020
test.skip('inline pickers should not have visual regression', async ({ page }) => {
await page.goto(`/src/components/picker-internal/test/basic`);
await page.setIonViewport();