reactiveui / ReactiveUI

An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
https://www.reactiveui.net
MIT License
7.99k stars 1.12k forks source link

Fix For Xunit Async Tests #3812

Closed ChrisPulman closed 2 months ago

ChrisPulman commented 2 months ago

What kind of change does this PR introduce?

Fix for XUint tests

What is the current behavior?

Xunit 2.6.6 + fails to pass tests due to parallelism

What is the new behavior?

Using XUnit 2.8.0 with config file setting the parallelAlgorithm to aggressive

What might this PR break?

none

Please check if the PR fulfills these requirements

Other information:

github-actions[bot] commented 1 month ago

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.