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;