Disable failing integration tests (#9644)
diff --git a/packages/devtools_app/integration_test/run_tests.dart b/packages/devtools_app/integration_test/run_tests.dart index e5dee8c..c66db56 100644 --- a/packages/devtools_app/integration_test/run_tests.dart +++ b/packages/devtools_app/integration_test/run_tests.dart
@@ -34,6 +34,18 @@ 'eval_and_browse_test.dart', // https://github.com/flutter/devtools/issues/7425 'export_snapshot_test.dart', + // https://github.com/flutter/devtools/issues/9639 + 'network_screen_test.dart', + // https://github.com/flutter/devtools/issues/9640 + 'debugger_panel_test.dart', + // https://github.com/flutter/devtools/issues/9641 + 'devtools_extensions_test.dart', + // https://github.com/flutter/devtools/issues/9642 + 'perfetto_test.dart', + // https://github.com/flutter/devtools/issues/9645 + 'app_test.dart', + // https://github.com/flutter/devtools/issues/9646 + 'service_extensions_test.dart', }, TestAppDevice.flutterChrome.name: { // TODO(https://github.com/flutter/devtools/issues/7145): Figure out why