Disable readme validation (#5562)
This commit is contained in:
Родитель
8021249ce5
Коммит
4a96dff7f1
|
@ -29,7 +29,8 @@ namespace Microsoft.DotNet.Docker.Tests
|
|||
$"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");
|
||||
|
|
Загрузка…
Ссылка в новой задаче