Skip to content

Commit 72e8562

Browse files
committed
Skip test on windows.
1 parent f66480e commit 72e8562

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/vector_graphics_compiler/test/parser_test.dart

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

930932
test('Opaque blend mode gets a save layer', () {

0 commit comments

Comments
 (0)