Skip to content

Commit

Permalink
Disable RegisterFromSTAThreadThatGoesAway_MessageStillDelivered test …
Browse files Browse the repository at this point in the history
…on Mono on Windows (dotnet#53893)

It started failing after dotnet#53700 because the missing Dispose() caused the failure to not be reported.
  • Loading branch information
akoeplinger authored Jun 9, 2021
1 parent 2b1cbcd commit fde3692
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public void InvokeOnEventsThreadRunsOnSameThreadAsOtherEvents()

[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsNotWindowsNanoNorServerCore))]
[SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/34360", TestPlatforms.Windows, TargetFrameworkMonikers.Netcoreapp, TestRuntimes.Mono)]
public void RegisterFromSTAThreadThatGoesAway_MessageStillDelivered()
{
RemoteExecutor.Invoke(() => // to ensure no one has registered for any events before
Expand Down

0 comments on commit fde3692

Please sign in to comment.