Skip to content

Commit

Permalink
Disable readme validation (#5562)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthalman committed Jun 13, 2024
1 parent 8021249 commit 4a96dff
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ public void VerifyDockerfileTemplates()
$"The Dockerfiles are out of sync with the templates. Update the Dockerfiles by running `{generateDockerfilesScript}`.");
}

[Fact]
// Disable due to https://github.com/dotnet/dotnet-docker/issues/5561
//[Fact]
public void VerifyReadmeTemplates()
{
string generateTagsDocumentationScript = Path.Combine(Config.SourceRepoRoot, "eng", "readme-templates", "Get-GeneratedReadmes.ps1");
Expand Down

0 comments on commit 4a96dff

Please sign in to comment.