Unverified Commit 085ff127 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

[flutter_tools] skip ck restart on all platforms (#70853)

parent d2f06f6f
...@@ -68,5 +68,5 @@ void main() { ...@@ -68,5 +68,5 @@ void main() {
} finally { } finally {
await subscription.cancel(); await subscription.cancel();
} }
}, skip: platform.isWindows); // https://github.com/flutter/flutter/issues/70486 }, skip: true); // https://github.com/flutter/flutter/issues/70486
} }
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