Commit 6795c4ab authored by Todd Volkert's avatar Todd Volkert Committed by GitHub

Skip image_decoder_test to unbreak build bots (#8199)

parent 071efec2
...@@ -22,5 +22,5 @@ void main() { ...@@ -22,5 +22,5 @@ void main() {
expect(image, isNotNull); expect(image, isNotNull);
expect(image.width, 1); expect(image.width, 1);
expect(image.height, 1); expect(image.height, 1);
}); }, skip: 'https://github.com/flutter/flutter/issues/8200');
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment