Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
a4ca9d7e
Unverified
Commit
a4ca9d7e
authored
May 18, 2020
by
Ferhat
Committed by
GitHub
May 18, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve skip (#57240)
parent
8e765c7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
image_provider_network_image_test.dart
...tter/test/painting/image_provider_network_image_test.dart
+1
-1
No files found.
packages/flutter/test/painting/image_provider_network_image_test.dart
View file @
a4ca9d7e
...
...
@@ -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
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment