Skip flaky 'Child windows can handle touches' test in android_views
integration test (#88475)
This commit is contained in:
parent
bbb8d7aa16
commit
b524270af1
@ -61,6 +61,6 @@ Future<void> main() async {
|
||||
find.byValueKey('WindowClickCount'),
|
||||
);
|
||||
expect(windowClickCount, 'Click count: 1');
|
||||
}, timeout: Timeout.none);
|
||||
}, timeout: Timeout.none, skip: true); // TODO(garyq): Skipped, see https://github.com/flutter/flutter/issues/88479
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user