Skip image_decoder_test to unbreak build bots (#8199)
This commit is contained in:
parent
071efec271
commit
6795c4ab96
@ -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');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user