From 76da9661dcc5f5a8336c00259866a354a7e67d09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Strugin=CC=81ski?= Date: Thu, 19 Sep 2024 03:17:37 +0200 Subject: [PATCH] Add DoNotParallelize for a try --- SqlTest.Tests/Global.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SqlTest.Tests/Global.cs b/SqlTest.Tests/Global.cs index 4bda286..a41798c 100644 --- a/SqlTest.Tests/Global.cs +++ b/SqlTest.Tests/Global.cs @@ -1 +1 @@ -[assembly: Parallelize(Scope = ExecutionScope.ClassLevel)] \ No newline at end of file +[assembly: DoNotParallelize] \ No newline at end of file