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

fix and re-enable integration test (#70666)

parent af616a0b
...@@ -58,6 +58,8 @@ void main() { ...@@ -58,6 +58,8 @@ void main() {
final FakeArgResults fakeArgResults = FakeArgResults( final FakeArgResults fakeArgResults = FakeArgResults(
level: 'm', level: 'm',
commit: latestCommit, commit: latestCommit,
// Ensure this test passes after a dev release with hotfixes
force: true,
remote: 'origin', remote: 'origin',
); );
...@@ -95,6 +97,8 @@ void main() { ...@@ -95,6 +97,8 @@ void main() {
final FakeArgResults fakeArgResults = FakeArgResults( final FakeArgResults fakeArgResults = FakeArgResults(
level: 'y', level: 'y',
commit: latestCommit, commit: latestCommit,
// Ensure this test passes after a dev release with hotfixes
force: true,
remote: 'origin', remote: 'origin',
); );
...@@ -128,7 +132,5 @@ void main() { ...@@ -128,7 +132,5 @@ 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