From 0a08ce2a003719484027dc7d03e0df2c2500ddf4 Mon Sep 17 00:00:00 2001 From: Nat Ayewah Date: Fri, 19 Feb 2016 17:14:10 -0800 Subject: [PATCH] Disable DocCommentTest Include_Cycle_WRN_XMLDocInvalidXMLFragment --- .../Test/Symbol/DocumentationComments/DocCommentTests.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Compilers/VisualBasic/Test/Symbol/DocumentationComments/DocCommentTests.vb b/src/Compilers/VisualBasic/Test/Symbol/DocumentationComments/DocCommentTests.vb index b98f00201c5..df809575210 100644 --- a/src/Compilers/VisualBasic/Test/Symbol/DocumentationComments/DocCommentTests.vb +++ b/src/Compilers/VisualBasic/Test/Symbol/DocumentationComments/DocCommentTests.vb @@ -7646,7 +7646,7 @@ AssemblyName stringMapper:=Function(o) StringReplace(o, AsXmlCommentText(xmlFile), "**FILE**"), ensureEnglishUICulture:=True) End Sub - + Public Sub Include_Cycle_WRN_XMLDocInvalidXMLFragment() Dim xmlText = -- GitLab