mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +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.info().annotations.push({
|
||||
type: 'issue',
|
||||
|
Reference in New Issue
Block a user