diff --git a/packages/devtools_app/integration_test/run_tests.dart b/packages/devtools_app/integration_test/run_tests.dart index e5dee8cb64b..c66db56edf7 100644 --- a/packages/devtools_app/integration_test/run_tests.dart +++ b/packages/devtools_app/integration_test/run_tests.dart @@ -34,6 +34,18 @@ final _disabledTestsForDevice = >{ '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