Unverified Commit a4ca9d7e authored by Ferhat's avatar Ferhat Committed by GitHub

Resolve skip (#57240)

parent 8e765c7f
......@@ -183,7 +183,7 @@ void main() {
expect(events[i].cumulativeBytesLoaded, math.min((i + 1) * chunkSize, kTransparentImage.length));
expect(events[i].expectedTotalBytes, kTransparentImage.length);
}
}, skip: isBrowser); // https://github.com/flutter/flutter/issues/56317
}, skip: isBrowser); // Browser loads images through <img> not Http.
test('NetworkImage is evicted from cache on SocketException', () async {
final _MockHttpClient mockHttpClient = _MockHttpClient();
......
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