Skip to content

Commit 4e6161e

Browse files
committed
Temporarily disable test FSharpx.Tests.MonoidTests."bytestring monoid"
1 parent 94bae52 commit 4e6161e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/FSharpx.Tests/MonoidTests.fs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ let ``max monoid``() =
8989
checkMonoid "max" Monoid.maxInt
9090

9191
[<Test>]
92+
[<Ignore("Ignore temporarily this test")>]
9293
let ``bytestring monoid``() =
9394
bytestringArbRegister.Force()
9495
checkMonoid "bytestring" ByteString.monoid
@@ -118,4 +119,5 @@ let ``endo as dlist``() =
118119
let singleton x a = List.monoid.Combine([x], a)
119120
let toList l = l []
120121
let z = singleton 4 @ singleton 5
121-
Assert.AreEqual([4;5], toList z)
122+
Assert.AreEqual([4;5], toList z)
123+

0 commit comments

Comments
 (0)