-
Notifications
You must be signed in to change notification settings - Fork 28.6k
debugNetworkImageHttpClientProvider does not work with setUp and tearDown #36455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
cc @tvolkert |
I guess as a workaround I could wrap the Just wondering how this behavior comes about. I feel either tearDown should run before the check and Possibly related: #18119 |
@tp the way this is currently designed, The fact that it The real solution here would be to include In the meantime, closing this as working as intended. As you noticed, you can work around this by just updating the values in the body of the test instead of during FYI @Hixie @goderbauer |
yet more reason to just dump these |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
I wanted to make use of the recently introduced
debugNetworkImageHttpClientProvider
in combination with the test'ssetUp
andtearDown
helpers. But sadly unlikedebugDisableShadows
from the same package, it doesn't work even when resetting tonull
.Steps to Reproduce
flutter test
Logs
The text was updated successfully, but these errors were encountered: