diff --git a/src/Test/OpenRiaservices.EndToEnd.Wcf.Test/Data/DataServiceTests.cs b/src/Test/OpenRiaservices.EndToEnd.Wcf.Test/Data/DataServiceTests.cs index f6100d31..311635ae 100644 --- a/src/Test/OpenRiaservices.EndToEnd.Wcf.Test/Data/DataServiceTests.cs +++ b/src/Test/OpenRiaservices.EndToEnd.Wcf.Test/Data/DataServiceTests.cs @@ -487,7 +487,7 @@ public void TestInvalidProviderName() /// operation finishes with the expected WebResponse.StatusCode. /// #if ASPNETCORE - [Ignore("Does not work the same way with AspNetCore")] + [Ignore("BinaryHttpDomainClientFactory does not validate if method exists, and since name is always specified by code generation it is not important to validate it")] #endif [TestMethod] public void TestInvalidMethodName()