Unverified Commit e4c79841 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

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

These tests have been flaky for impeller since it has rotated text.
parent b9e53733
......@@ -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>(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment