Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsepidehMS <sekho@microsoft.com>2017-04-20 21:45:35 +0300
committersepidehMS <sekho@microsoft.com>2017-04-20 21:45:35 +0300
commit5b525f2a900f7fc7a61b3f9578b8109254520ff1 (patch)
treeeaffb8155426286e75335a59a5fb53670e21af10 /src
parent9f03a84341e9c1e003982ae10f3577087fb265ea (diff)
Disable Xml quirk test on NetFx
Diffstat (limited to 'src')
-rw-r--r--src/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/ValidateElement.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/ValidateElement.cs b/src/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/ValidateElement.cs
index fb47e7b2af..99e4207634 100644
--- a/src/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/ValidateElement.cs
+++ b/src/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/ValidateElement.cs
@@ -457,7 +457,7 @@ namespace System.Xml.Tests
return;
}
- //Dev10_40497
+ [SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework, "This checks a quirked behavior and Full Framework always gets old behavior as Xunit runner always targets 4.5.2 TFM ")]
[Fact]
public void StringPassedToValidateEndElementDoesNotSatisfyIdentityConstraints()
{