* Disable LoadAsync_CancelDuringLoad_CompletesAsCanceled test on mono
* Update src/libraries/System.Windows.Extensions/tests/System/Media/SoundPlayerTests.cs
Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
[InlineData(0)]
[InlineData(1)]
[InlineData(2)]
+ [ActiveIssue("https://github.com/dotnet/runtime/issues/41676", TestRuntimes.Mono)]
public async Task LoadAsync_CancelDuringLoad_CompletesAsCanceled(int cancellationCause)
{
var tcs = new TaskCompletionSource<AsyncCompletedEventArgs>();