This commit is contained in:
Matt Thalman 2024-06-13 10:55:10 -05:00 коммит произвёл GitHub
Родитель 8021249ce5
Коммит 4a96dff7f1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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");