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)

This commit is contained in:
Ian Hickson 2020-08-06 18:46:03 -07:00 committed by GitHub
parent c7e63113b2
commit ae432ca8a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}