Unverified Commit 05e84254 authored by Darren Austin's avatar Darren Austin Committed by GitHub

Update the skipped test for gestures. (#87130)

parent caa55280
......@@ -56,7 +56,8 @@ void testResampleEvent(String description, ResampleEventTest callback) {
fakeAsync((FakeAsync async) {
callback(async);
}, initialTime: DateTime.utc(2015, 1, 1));
}, skip: isBrowser); // Fake clock is not working with the web platform.
}, skip: isBrowser); // https://github.com/flutter/flutter/issues/87067
// Fake clock is not working with the web platform.
}
void main() {
......
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