mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
test(segment): skip flaky test
This commit is contained in:
@ -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('should emit if the value has changed', async ({ page }) => {
|
||||||
test.info().annotations.push({
|
test.info().annotations.push({
|
||||||
type: 'issue',
|
type: 'issue',
|
||||||
|
Reference in New Issue
Block a user