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

Skip roll-dev integration test until dev release is published (#81253)

parent 54090875
...@@ -124,7 +124,7 @@ void main() { ...@@ -124,7 +124,7 @@ void main() {
expect(finalVersion.m, 0); expect(finalVersion.m, 0);
expect(finalVersion.n, 0); expect(finalVersion.n, 0);
expect(finalVersion.commits, null); expect(finalVersion.commits, null);
}); }, skip: true);
}, 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'),
}); });
......
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