flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.58k stars 324 forks source link

Disable flaky test case: "can call services and service extensions" #8144

Closed elliette closed 2 months ago

elliette commented 2 months ago

Work towards https://github.com/flutter/devtools/issues/8107

Initially tried suppressing the error causing it to flake (which I believe is coming from the Flutter framework), but I don't think that's actually possible (see https://github.com/flutter/devtools/issues/8107#issuecomment-2260931210)

Instead disabling this test case until the underlying issue is fixed.