Skip to content

Commit

Permalink
re-enable ignored netcore tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Eirik Tsarpalis committed Mar 17, 2018
1 parent 523db1e commit ee08fd1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/FsPickler.Tests/SerializerTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,6 @@ type SerializationTests (fixture : ISerializerFixture) =
let e = try edi.Throw() ; failwith "impossible" with e -> e
e.StackTrace.Split('\n').Length |> should be (greaterThan 20)

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

0 comments on commit ee08fd1

Please sign in to comment.