Skip to content

Commit

Permalink
Fix tests for now, see #25 for further investigations
Browse files Browse the repository at this point in the history
  • Loading branch information
abelbraaksma committed Oct 14, 2022
1 parent ef2b60b commit 3166fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSharpy.TaskSeq.Test/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace FSharpy.Tests

open System.Runtime.CompilerServices

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

do ()

0 comments on commit 3166fa2

Please sign in to comment.