From f956a30db535e46a60f7d0213ffd611568d6c6aa Mon Sep 17 00:00:00 2001 From: Adam Kolodziejczyk Date: Thu, 15 Feb 2024 10:03:55 +0100 Subject: [PATCH] run MaxLobSizeIT sequentially --- Snowflake.Data.Tests/IntegrationTests/MaxLobSizeIT.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Snowflake.Data.Tests/IntegrationTests/MaxLobSizeIT.cs b/Snowflake.Data.Tests/IntegrationTests/MaxLobSizeIT.cs index d573f346c..5e05e9dff 100644 --- a/Snowflake.Data.Tests/IntegrationTests/MaxLobSizeIT.cs +++ b/Snowflake.Data.Tests/IntegrationTests/MaxLobSizeIT.cs @@ -16,7 +16,7 @@ namespace Snowflake.Data.Tests.IntegrationTests { [TestFixture(ResultFormat.ARROW)] [TestFixture(ResultFormat.JSON)] - [Parallelizable(ParallelScope.Children)] + [Parallelizable(ParallelScope.None)] class MaxLobSizeIT : SFBaseTest { private readonly ResultFormat _resultFormat;