We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1276642 commit 194089eCopy full SHA for 194089e
tests/Dapper.Tests/ParameterTests.cs
@@ -17,6 +17,8 @@
17
using Microsoft.SqlServer.Types;
18
#endif
19
20
+[assembly: CollectionBehavior(DisableTestParallelization = true)]
21
+
22
namespace Dapper.Tests
23
{
24
[Collection(NonParallelDefinition.Name)] // because it creates SQL types that compete between the two providers
0 commit comments