Skip to content

Commit

Permalink
Roll engine version to 968e2945. (#142275)
Browse files Browse the repository at this point in the history
Rolls engine version to: 968e2945c75c817f594e2e737bdd7bf68cba6bc0.

CP: 188d4d1
  • Loading branch information
godofredoc committed Jan 26, 2024
1 parent c1df7d0 commit 1b19776
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion bin/internal/engine.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4f18bb4dcb99d7e0d94aeff2ffa74e6ddef301cd
968e2945c75c817f594e2e737bdd7bf68cba6bc0
3 changes: 0 additions & 3 deletions packages/flutter_test/test/widget_tester_leaks_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ void main() {
_test2TrackingOffLeaks = 'test2, tracking-off, leaks',
experimentalLeakTesting: LeakTesting.settings.withIgnoredAll(),
(WidgetTester widgetTester) async {
expect(LeakTracking.isStarted, true);
expect(LeakTracking.phase.name, null);
expect(LeakTracking.phase.ignoreLeaks, true);
await widgetTester.pumpWidget(StatelessLeakingWidget());
});

Expand Down

0 comments on commit 1b19776

Please sign in to comment.