Enable a skipped test to run on coreclr
This commit is contained in:
parent
e9d7bb2230
commit
e571f401c3
|
|
@ -44,7 +44,6 @@ namespace Microsoft.AspNet.Mvc.FunctionalTests
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if !DNXCORE50
|
|
||||||
[Fact]
|
[Fact]
|
||||||
public async Task CheckIfObjectIsDeserializedWithoutErrors()
|
public async Task CheckIfObjectIsDeserializedWithoutErrors()
|
||||||
{
|
{
|
||||||
|
|
@ -71,7 +70,6 @@ namespace Microsoft.AspNet.Mvc.FunctionalTests
|
||||||
Assert.Equal("User has been registerd : " + sampleName,
|
Assert.Equal("User has been registerd : " + sampleName,
|
||||||
await response.Content.ReadAsStringAsync());
|
await response.Content.ReadAsStringAsync());
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
public async Task CheckIfObjectIsDeserialized_WithErrors()
|
public async Task CheckIfObjectIsDeserialized_WithErrors()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue