From fe6a2da266c15f9fccb58edf8990977b3863278c Mon Sep 17 00:00:00 2001 From: Antonin Lenfant-Kodia Date: Sun, 17 May 2026 23:31:17 +0200 Subject: [PATCH] fix(ci): Update xUnit DisableTestParallelization syntax --- server/RdtClient.Service.Test/GlobalTestConfig.cs | 2 +- server/RdtClient.Web.Test/GlobalTestConfig.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/RdtClient.Service.Test/GlobalTestConfig.cs b/server/RdtClient.Service.Test/GlobalTestConfig.cs index fa16e4c..2171200 100644 --- a/server/RdtClient.Service.Test/GlobalTestConfig.cs +++ b/server/RdtClient.Service.Test/GlobalTestConfig.cs @@ -1,3 +1,3 @@ using Xunit; -[assembly: CollectionBehavior(DisableParallelization = true)] +[assembly: CollectionBehavior(DisableTestParallelization = true)] diff --git a/server/RdtClient.Web.Test/GlobalTestConfig.cs b/server/RdtClient.Web.Test/GlobalTestConfig.cs index fa16e4c..2171200 100644 --- a/server/RdtClient.Web.Test/GlobalTestConfig.cs +++ b/server/RdtClient.Web.Test/GlobalTestConfig.cs @@ -1,3 +1,3 @@ using Xunit; -[assembly: CollectionBehavior(DisableParallelization = true)] +[assembly: CollectionBehavior(DisableTestParallelization = true)]