[flutter_tools] enable CK restart tests (#71598)
This commit is contained in:
@@ -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
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user