Unverified Commit ae432ca8 authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

Add a comment with a reference to issue 62919 (LUCI should run the tests in a...

Add a comment with a reference to issue 62919 (LUCI should run the tests in a directory that contains a space character) to this skipped test. (#62920)
parent c7e63113
......@@ -17,5 +17,5 @@ void main() {
expect(expectedName, contains(' '));
final List<String> parts = path.split(Directory.current.absolute.path);
expect(parts.reversed.take(3), <String>['bots', 'dev', expectedName]);
}, skip: true);
}, skip: true); // https://github.com/flutter/flutter/issues/62919
}
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