test(segment): skip flaky test

This commit is contained in:
Liam DeBeasi
2022-12-09 17:55:45 +00:00
parent d3b0ab67d0
commit 4807b1ba0a

View File

@ -78,7 +78,8 @@ test.describe('segment: events: ionChange', () => {
});
});
test.describe('when the pointer is released', () => {
// TODO FW-3021
test.describe.skip('when the pointer is released', () => {
test('should emit if the value has changed', async ({ page }) => {
test.info().annotations.push({
type: 'issue',