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]
|
||||
public async Task CheckIfObjectIsDeserializedWithoutErrors()
|
||||
{
|
||||
|
|
@ -71,7 +70,6 @@ namespace Microsoft.AspNet.Mvc.FunctionalTests
|
|||
Assert.Equal("User has been registerd : " + sampleName,
|
||||
await response.Content.ReadAsStringAsync());
|
||||
}
|
||||
#endif
|
||||
|
||||
[Fact]
|
||||
public async Task CheckIfObjectIsDeserialized_WithErrors()
|
||||
|
|
|
|||
Loading…
Reference in New Issue