Unverified Commit b524270a authored by Gary Qian's avatar Gary Qian Committed by GitHub

Skip flaky 'Child windows can handle touches' test in `android_views` integration test (#88475)

parent bbb8d7aa
......@@ -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
});
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment