Skip to content

Commit

Permalink
run MaxLobSizeIT sequentially
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-akolodziejczyk committed Feb 15, 2024
1 parent 3519fb1 commit f956a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snowflake.Data.Tests/IntegrationTests/MaxLobSizeIT.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f956a30

Please sign in to comment.