Skip to content

Commit bd8927e

Browse files
committed
skip containers test and add item to reenable
1 parent 3825353 commit bd8927e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/Microsoft.NET.Build.Containers.IntegrationTests/DockerRegistryTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public async Task GetFromRegistry()
3737
Assert.NotNull(downloadedImage);
3838
}
3939

40-
[DockerAvailableFact]
40+
[DockerAvailableFact(Skip = "https://github.com/dotnet/sdk/issues/42820")]
4141
public async Task WriteToPrivateBasicRegistry()
4242
{
4343
ILogger logger = _loggerFactory.CreateLogger(nameof(WriteToPrivateBasicRegistry));

0 commit comments

Comments
 (0)