Skip to content

Commit 194089e

Browse files
committed
CI fix: test concurrency
1 parent 1276642 commit 194089e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Dapper.Tests/ParameterTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
using Microsoft.SqlServer.Types;
1818
#endif
1919

20+
[assembly: CollectionBehavior(DisableTestParallelization = true)]
21+
2022
namespace Dapper.Tests
2123
{
2224
[Collection(NonParallelDefinition.Name)] // because it creates SQL types that compete between the two providers

0 commit comments

Comments
 (0)