We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523db1e commit ee08fd1Copy full SHA for ee08fd1
1 file changed
tests/FsPickler.Tests/SerializerTests.fs
@@ -376,9 +376,6 @@ type SerializationTests (fixture : ISerializerFixture) =
376
let e = try edi.Throw() ; failwith "impossible" with e -> e
377
e.StackTrace.Split('\n').Length |> should be (greaterThan 20)
378
379
-#if NETCOREAPP2_0
380
- [<Ignore("Test is failing in CI due to older versions of netcore.")>]
381
-#endif
382
[<Test; Category("Generic BCL Types")>]
383
member __.``BCL: misc exceptions`` () =
384
__.TestException <| new InvalidOperationException()
0 commit comments