We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6642b4f commit 449c279Copy full SHA for 449c279
sdk/provisioning/Azure.Provisioning.ContainerRegistry/tests/BasicContainerRegistryTests.cs
@@ -35,8 +35,8 @@ internal static Trycep CreateContainerRegistryTest()
35
}
36
37
[Test]
38
- [Ignore("Test is consistently failing - see https://github.com/Azure/azure-sdk-for-net/issues/53838")]
39
[Description("https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.containerregistry/container-registry/main.bicep")]
+ [Ignore("https://github.com/Azure/azure-sdk-for-net/issues/53862")]
40
public async Task CreateContainerRegistry()
41
{
42
await using Trycep test = CreateContainerRegistryTest();
0 commit comments