diff --git a/test/model/content_test.dart b/test/model/content_test.dart index 5b29c7d552..3d1aca518a 100644 --- a/test/model/content_test.dart +++ b/test/model/content_test.dart @@ -1087,5 +1087,7 @@ void main() { r'^\s*testParseExample\s*\(\s*ContentExample\s*\.\s*(\w+)\);', ).allMatches(source).map((m) => m.group(1)); check(testedExamples).unorderedEquals(declaredExamples); - }); + }, skip: Platform.isWindows, // [intended] purely analyzes source, so + // any one platform is enough; avoid dealing with Windows file paths + ); }