Update the skipped test for gestures. (#87130)

diff --git a/packages/flutter/test/gestures/gesture_binding_resample_event_test.dart b/packages/flutter/test/gestures/gesture_binding_resample_event_test.dart
index 95b134a..ce708f4 100644
--- a/packages/flutter/test/gestures/gesture_binding_resample_event_test.dart
+++ b/packages/flutter/test/gestures/gesture_binding_resample_event_test.dart
@@ -56,7 +56,8 @@
     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() {