Skip to content

Commit

Permalink
fix: disable parallelization for connection lifetime tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tr00d committed Apr 5, 2024
1 parent f0a99d8 commit 38e7bec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vonage.Test/ConfigurationTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ public void FromConfiguration_ShouldCreateEmptyConfiguration_GivenConfigurationC
}

[Trait("Category", "HttpConnectionPool")]
[CollectionDefinition("HttpConnectionPool", DisableParallelization = true)]
public class ConnectionLifetimeTest
{
private readonly ITestOutputHelper output;
Expand Down

0 comments on commit 38e7bec

Please sign in to comment.