Skip to content

Commit 07aed72

Browse files
authored
Disable failing integration tests (#9644)
1 parent 95eda32 commit 07aed72

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

packages/devtools_app/integration_test/run_tests.dart

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)