Skip image_decoder_test to unbreak build bots (#8199)

This commit is contained in:
Todd Volkert 2017-02-15 13:28:07 -08:00 committed by GitHub
parent 071efec271
commit 6795c4ab96

View File

@ -22,5 +22,5 @@ void main() {
expect(image, isNotNull);
expect(image.width, 1);
expect(image.height, 1);
});
}, skip: 'https://github.com/flutter/flutter/issues/8200');
}