Skip test until we move to the new .NET Core implementation (dotnet/extensions#1156)
\n\nCommit migrated from 4636215c9b
This commit is contained in:
parent
3e9a592422
commit
c9ff2af852
|
|
@ -10,7 +10,7 @@ namespace Microsoft.JSInterop.Tests
|
||||||
{
|
{
|
||||||
public class JSInProcessRuntimeBaseTest
|
public class JSInProcessRuntimeBaseTest
|
||||||
{
|
{
|
||||||
[Fact]
|
[Fact(Skip = "https://github.com/aspnet/AspNetCore-Internal/issues/1807#issuecomment-470756811")]
|
||||||
public void DispatchesSyncCallsAndDeserializesResults()
|
public void DispatchesSyncCallsAndDeserializesResults()
|
||||||
{
|
{
|
||||||
// Arrange
|
// Arrange
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue