diff --git a/dev/bots/test/sdk_directory_has_space_test.dart b/dev/bots/test/sdk_directory_has_space_test.dart index eeca11d4a8..8a4704f7e5 100644 --- a/dev/bots/test/sdk_directory_has_space_test.dart +++ b/dev/bots/test/sdk_directory_has_space_test.dart @@ -17,5 +17,5 @@ void main() { expect(expectedName, contains(' ')); final List parts = path.split(Directory.current.absolute.path); expect(parts.reversed.take(3), ['bots', 'dev', expectedName]); - }, skip: true); + }, skip: true); // https://github.com/flutter/flutter/issues/62919 }