From 9eda9e5f2f0f85cdeef74e0d6ac01de9a7e4fbf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Sandstr=C3=B6m?= <116262628+SandstromErik@users.noreply.github.com> Date: Fri, 22 Dec 2023 11:18:56 +0100 Subject: [PATCH] Update src/Test/OpenRiaservices.EndToEnd.Wcf.Test/Data/DataServiceTests.cs Co-authored-by: Daniel Svensson --- .../OpenRiaservices.EndToEnd.Wcf.Test/Data/DataServiceTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()