Skip to content

Commit c58abd9

Browse files
committed
Disable failing integration tests
1 parent 4ddd14e commit c58abd9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

packages/devtools_app/integration_test/run_tests.dart

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ 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',
3745
},
3846
TestAppDevice.flutterChrome.name: {
3947
// TODO(https://github.com/flutter/devtools/issues/7145): Figure out why

0 commit comments

Comments
 (0)