We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb52f65 commit a31f4f2Copy full SHA for a31f4f2
src/FSharpy.TaskSeq.Test/AssemblyInfo.fs
@@ -2,7 +2,7 @@ namespace FSharpy.Tests
2
3
open System.Runtime.CompilerServices
4
5
-[<assembly: Xunit.CollectionBehavior(DisableTestParallelization = false)>]
+[<assembly: Xunit.CollectionBehavior(DisableTestParallelization = true)>]
6
[<assembly: Xunit.TestCaseOrderer("FSharpy.Tests.AlphabeticalOrderer", "FSharpy.TaskSeq.Test")>]
7
8
do ()
0 commit comments