diff --git a/dev/tools/test/roll_dev_integration_test.dart b/dev/tools/test/roll_dev_integration_test.dart index d120a49d52d..5fa3a27280a 100644 --- a/dev/tools/test/roll_dev_integration_test.dart +++ b/dev/tools/test/roll_dev_integration_test.dart @@ -128,5 +128,7 @@ void main() { }); }, onPlatform: { 'windows': const Skip('Flutter Conductor only supported on macos/linux'), - }); + // TODO(fujino): re-enable once + // https://github.com/flutter/flutter/issues/70652 is resolved + }, skip: true); }