Unverified Commit f5f24a6c authored by Yegor's avatar Yegor Committed by GitHub

Enable tests that failed due to CupertinoDynamicColor (#43636)

parent 38f2d276
...@@ -74,10 +74,6 @@ const List<String> kWebTestFileBlacklist = <String>[ ...@@ -74,10 +74,6 @@ const List<String> kWebTestFileBlacklist = <String>[
'test/widgets/shortcuts_test.dart', 'test/widgets/shortcuts_test.dart',
'test/material/text_form_field_test.dart', 'test/material/text_form_field_test.dart',
'test/material/data_table_test.dart', 'test/material/data_table_test.dart',
// TODO(yjbanov): CupertinoDynamicColor breaks the web engine. The fix
// is on the engine side: https://github.com/flutter/engine/pull/13359
'test/cupertino/colors_test.dart',
'test/cupertino/dialog_test.dart', 'test/cupertino/dialog_test.dart',
'test/cupertino/nav_bar_test.dart', 'test/cupertino/nav_bar_test.dart',
'test/cupertino/nav_bar_transition_test.dart', 'test/cupertino/nav_bar_transition_test.dart',
...@@ -88,8 +84,6 @@ const List<String> kWebTestFileBlacklist = <String>[ ...@@ -88,8 +84,6 @@ const List<String> kWebTestFileBlacklist = <String>[
'test/cupertino/slider_test.dart', 'test/cupertino/slider_test.dart',
'test/cupertino/text_field_test.dart', 'test/cupertino/text_field_test.dart',
'test/cupertino/segmented_control_test.dart', 'test/cupertino/segmented_control_test.dart',
'test/cupertino/scaffold_test.dart',
'test/cupertino/route_test.dart',
'test/cupertino/route_test.dart', 'test/cupertino/route_test.dart',
'test/cupertino/activity_indicator_test.dart', 'test/cupertino/activity_indicator_test.dart',
]; ];
......
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