Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix recently added AndroidMessageHandler test
Context: dotnet#7785 Context: dotnet@7b2e172 7b2e172 added changes to retry the test up to 5 times should https://httpbin.org fail the request (e.g. because of throttling). However, I skipped building the changes locally believing that should anything be wrong, that CI would catch it. And it did, but the failures weren't in the `[Tests]` tab but rather in a stage build log: the `Mono.Android.NET-Tests.csproj` failed to build because the `[Retry]` attribute is not available in `NUnitLite` which this test suite uses. Additionally, `Assert.Warn` isn't supported either and the `DoCompression` method should have been marked `async`. Murphy must be laughing **really** hard now... :) It should work now.
- Loading branch information