[Testing] StreamImageSource.GetDrawableAsync currently doesn't work when ran in release mode on Core.DeviceTests #24338
Labels
area-testing
Unit tests, device tests
s/triaged
Issue has been reviewed
Task
neither bug nor feature but something that needs to be done in support of either
testing-reenable
Milestone
Description
With this #24128 we started shifting our device tests over to release configuration to workaround an xharness issue. The
StreamImageSource.GetDrawableAsync
tests unfortunately aren't running successfully when in a release configuration.https://github.com/dotnet/maui/pull/24128/files#diff-ba305b462363b80e784d77df49d1bafb7528f85766934e04ccb8c066b22179c3R25
It looks like for some reason Glide is unable to process the
MemoryStream
that's passed to itThe text was updated successfully, but these errors were encountered: