Temporarily disabling running

UpdateVehicle_WithXml_BindsBodyServicesAndHeaders until we get a
resolution for DataContractSerializer behaving differently in CoreCLR.
This commit is contained in:
Pranav K 2015-01-05 10:15:27 -08:00
parent 487c5464c0
commit 68fcb2bfca
1 changed files with 2 additions and 0 deletions

View File

@ -1196,6 +1196,7 @@ namespace Microsoft.AspNet.Mvc.FunctionalTests
Assert.Equal(trackingId, actual.LastUpdatedTrackingId);
}
#if ASPNET50
[Fact]
public async Task UpdateVehicle_WithXml_BindsBodyServicesAndHeaders()
{
@ -1231,6 +1232,7 @@ namespace Microsoft.AspNet.Mvc.FunctionalTests
Assert.Equal(postedContent.InspectedDates, actual.InspectedDates);
Assert.Equal(trackingId, actual.LastUpdatedTrackingId);
}
#endif
// Simulates a browser based client that does a Ajax post for partial page updates.
[Fact]