Unverified Commit e8b87f7c authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

[flutter_tools] enable CK restart tests (#71598)

parent a2aa2ed0
......@@ -77,7 +77,7 @@ String getFlutterRoot() {
throw invalidScript();
}
final List<String> parts = path.split(globals.fs.path.fromUri(scriptUri));
final List<String> parts = path.split(LocalFileSystem.instance.path.fromUri(scriptUri));
final int toolsIndex = parts.indexOf('flutter_tools');
if (toolsIndex == -1) {
throw invalidScript();
......
......@@ -68,5 +68,5 @@ void main() {
} finally {
await subscription.cancel();
}
}, 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