Skip test until we move to the new .NET Core implementation (dotnet/extensions#1156)

\n\nCommit migrated from 4636215c9b
This commit is contained in:
Javier Calvarro Nelson 2019-03-11 18:00:14 +01:00 committed by GitHub
parent 3e9a592422
commit c9ff2af852
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ namespace Microsoft.JSInterop.Tests
{
public class JSInProcessRuntimeBaseTest
{
[Fact]
[Fact(Skip = "https://github.com/aspnet/AspNetCore-Internal/issues/1807#issuecomment-470756811")]
public void DispatchesSyncCallsAndDeserializesResults()
{
// Arrange