[Impeller] remove unstable debug checked banner for zoom test. (#145097)

These tests have been flaky for impeller since it has rotated text.
This commit is contained in:
Jonah Williams 2024-03-13 11:07:59 -07:00 committed by GitHub
parent b9e537336f
commit e4c79841a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>(