提交 cf0eaaa9 编写于 作者: A Alex Ghiondea 提交者: Dan Moseley

Disable XSL tests that fail inconsistently (dotnet/corefx#14898)



Commit migrated from https://github.com/dotnet/corefx/commit/63dd90b2d8ff169cb18e860073af054c54987241
上级 adbcfa79
......@@ -183,6 +183,7 @@ public void CreateElementsAndAttributesUsingXsltAndXPath(object param0, object p
return;
}
[ActiveIssue(14772)]
//[Variation(Priority = 1, Desc = "Crate elment/attribute (Inline) :: Invalid start name char", Params = new object[] { false, CharType.NameStartChar })]
[InlineData(false, CharType.NameStartChar)]
//[Variation(Priority = 1, Desc = "Crate elment/attribute (Inline) :: Invalid name char", Params = new object[] { false, CharType.NameChar })]
......@@ -266,6 +267,7 @@ private string GenerateStringToInject(string charsToChooseFrom, int position, Ch
}
}
[ActiveIssue(14775)]
//[Variation(Priority = 1, Desc = "Invalid start name char", Params = new object[] { false, CharType.NameStartChar })]
[InlineData(false, CharType.NameStartChar)]
//[Variation(Priority = 1, Desc = "Invalid name char", Params = new object[] { false, CharType.NameChar })]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册