File tree Expand file tree Collapse file tree
packages/devtools_app/integration_test Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,6 +34,18 @@ final _disabledTestsForDevice = <String, Set<String>>{
3434 'eval_and_browse_test.dart' ,
3535 // https://github.com/flutter/devtools/issues/7425
3636 'export_snapshot_test.dart' ,
37+ // https://github.com/flutter/devtools/issues/9639
38+ 'network_screen_test.dart' ,
39+ // https://github.com/flutter/devtools/issues/9640
40+ 'debugger_panel_test.dart' ,
41+ // https://github.com/flutter/devtools/issues/9641
42+ 'devtools_extensions_test.dart' ,
43+ // https://github.com/flutter/devtools/issues/9642
44+ 'perfetto_test.dart' ,
45+ // https://github.com/flutter/devtools/issues/9645
46+ 'app_test.dart' ,
47+ // https://github.com/flutter/devtools/issues/9646
48+ 'service_extensions_test.dart' ,
3749 },
3850 TestAppDevice .flutterChrome.name: {
3951 // TODO(https://github.com/flutter/devtools/issues/7145): Figure out why
You can’t perform that action at this time.
0 commit comments