Skip to content

Commit

Permalink
test ignore for .net core
Browse files Browse the repository at this point in the history
  • Loading branch information
DedSec256 committed May 4, 2020
1 parent fffe2ac commit 910af62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/service/ExtensionTypingProviderTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ type ProxyTypeProvider(tp: ITypeProvider, typesCache: Dictionary<_,_>) =
member __.Dispose() = tp.Dispose()

[<Test>]
#if NETCOREAPP
[<Ignore "SKIPPED: Disabled until FSharp.Data.dll is build for dotnet core.">]
#endif
let ``Extension typing proxy shim gets requests`` () =
let mutable gotInstantiateTypeProvidersOfAssemblyRequest = false
let mutable gotGetProvidedTypesRequest = false
Expand Down

0 comments on commit 910af62

Please sign in to comment.