Skip to content

Commit

Permalink
disable debug banner in m3 page test apps. (#143857)
Browse files Browse the repository at this point in the history
This one flakes but rarely.

Part of flutter/flutter#143616
  • Loading branch information
jonahwilliams authored Feb 23, 2024
1 parent a0a854a commit 895406c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/flutter/test/widgets/page_route_builder_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class TestPage extends StatelessWidget {
Widget build(BuildContext context) {
return MaterialApp(
title: 'Test',
debugShowCheckedModeBanner: false, // https://github.com/flutter/flutter/issues/143616
theme: ThemeData(
useMaterial3: useMaterial3,
primarySwatch: Colors.blue,
Expand Down

0 comments on commit 895406c

Please sign in to comment.