Skip to content

Commit ee08fd1

Browse files
author
Eirik Tsarpalis
committed
re-enable ignored netcore tests
1 parent 523db1e commit ee08fd1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/FsPickler.Tests/SerializerTests.fs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -376,9 +376,6 @@ type SerializationTests (fixture : ISerializerFixture) =
376376
let e = try edi.Throw() ; failwith "impossible" with e -> e
377377
e.StackTrace.Split('\n').Length |> should be (greaterThan 20)
378378

379-
#if NETCOREAPP2_0
380-
[<Ignore("Test is failing in CI due to older versions of netcore.")>]
381-
#endif
382379
[<Test; Category("Generic BCL Types")>]
383380
member __.``BCL: misc exceptions`` () =
384381
__.TestException <| new InvalidOperationException()

0 commit comments

Comments
 (0)