Unverified Commit b8e39b1a authored by Christopher Fujino's avatar Christopher Fujino Committed by GitHub

skip roll_dev_integration_test (#70653)

parent 9b56241e
...@@ -128,5 +128,7 @@ void main() { ...@@ -128,5 +128,7 @@ void main() {
}); });
}, onPlatform: <String, dynamic>{ }, onPlatform: <String, dynamic>{
'windows': const Skip('Flutter Conductor only supported on macos/linux'), '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);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment