Skip to content

Commit 3166fa2

Browse files
committed
Fix tests for now, see #25 for further investigations
1 parent ef2b60b commit 3166fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharpy.TaskSeq.Test/AssemblyInfo.fs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ namespace FSharpy.Tests
22

33
open System.Runtime.CompilerServices
44

5-
[<assembly: Xunit.CollectionBehavior(DisableTestParallelization = false)>]
5+
[<assembly: Xunit.CollectionBehavior(DisableTestParallelization = true)>]
66
[<assembly: Xunit.TestCaseOrderer("FSharpy.Tests.AlphabeticalOrderer", "FSharpy.TaskSeq.Test")>]
77

88
do ()

0 commit comments

Comments
 (0)