Disable source build xml doc test (#17579)

This commit is contained in:
Matt Thalman 2023-10-19 12:37:19 -05:00 committed by GitHub
parent 3c1a9bd832
commit ce6e592f2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,8 @@ public class XmlDocTests : SmokeTests
/// Verifies every targeting pack assembly has a xml doc file.
/// There are exceptions which are specified in baselines/XmlDocIgnore.*.txt.
/// </Summary>
[Fact]
// Re-enable when fixing https://github.com/dotnet/source-build/issues/3660
//[Fact]
public void VerifyTargetingPacksHaveDoc()
{
List<string> missingXmlDoc = new();