From 1d30bbf91dd1005ff55da6f8ea4dacb81cdd55f7 Mon Sep 17 00:00:00 2001 From: Glenn <5834289+glennawatson@users.noreply.github.com> Date: Sat, 4 Oct 2025 09:57:42 +1000 Subject: [PATCH] Add NonParallelizable attribute to tests --- src/ReactiveUI.Tests/Locator/DefaultViewLocatorTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ReactiveUI.Tests/Locator/DefaultViewLocatorTests.cs b/src/ReactiveUI.Tests/Locator/DefaultViewLocatorTests.cs index 8c0ef9e7cd..d375a49318 100644 --- a/src/ReactiveUI.Tests/Locator/DefaultViewLocatorTests.cs +++ b/src/ReactiveUI.Tests/Locator/DefaultViewLocatorTests.cs @@ -9,6 +9,7 @@ namespace ReactiveUI.Tests; /// Tests for the default view locators. /// [TestFixture] +[NonParallelizable] public partial class DefaultViewLocatorTests { ///