Skip to content

Commit

Permalink
[Impeller] remove unstable debug checked banner for zoom test. (#145097)
Browse files Browse the repository at this point in the history
These tests have been flaky for impeller since it has rotated text.
  • Loading branch information
jonahwilliams authored Mar 13, 2024
1 parent b9e5373 commit e4c7984
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/flutter/test/material/page_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ void main() {
RepaintBoundary(
key: key,
child: MaterialApp(
debugShowCheckedModeBanner: false, // https://github.com/flutter/flutter/issues/143616
theme: ThemeData(useMaterial3: true),
onGenerateRoute: (RouteSettings settings) {
return MaterialPageRoute<void>(
Expand Down

0 comments on commit e4c7984

Please sign in to comment.