Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 46d0108

Browse files
committed
add todo
1 parent 25eeeb9 commit 46d0108

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/integration_test/lib/integration_test.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,9 @@ class IntegrationTestWidgetsFlutterBinding extends LiveTestWidgetsFlutterBinding
308308
// The engine could batch FrameTimings and send them only once per second.
309309
// Delay for a sufficient time so either old FrameTimings are flushed and not
310310
// interfering our measurements here, or new FrameTimings are all reported.
311+
// TODO(CareF): remove this when flush FrameTiming is readly in engine.
312+
// See https://github.com/flutter/flutter/issues/64808
313+
// and https://github.com/flutter/flutter/issues/67593
311314
Future<void> delayForFrameTimings() =>
312315
Future<void>.delayed(const Duration(seconds: 2));
313316

0 commit comments

Comments
 (0)