Skip to content

Commit 6008f5a

Browse files
committed
Skip test on windows.
1 parent 56088b7 commit 6008f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vector_graphics_compiler/test/parser_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ void main() {
925925
.translated(-250, -250),
926926
),
927927
);
928-
});
928+
}, onPlatform: <String, Skip>{'windows': const Skip('small floating point differences on Windows')});
929929

930930
test('Opaque blend mode gets a save layer', () {
931931
const String svg = '''

0 commit comments

Comments
 (0)