Skip to content

Commit

Permalink
Remove the ignore Attribute from resource-manager test (#5099)
Browse files Browse the repository at this point in the history
  • Loading branch information
melina5656 authored Oct 8, 2024
1 parent 53d2e57 commit 340b3bc
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public Task Azure_ResourceManager_Models_Resources_TopLevelTrackedResources_acti
});

[Test]
[Ignore("https://github.com/Azure/autorest.csharp/issues/4876")]
public Task Azure_ResourceManager_Models_Resources_TopLevelTrackedResources_createOrReplace() => Test(async (host) =>
{
ResourceIdentifier id = ResourceGroupResource.CreateResourceIdentifier(Guid.Empty.ToString(), "test-rg");
Expand All @@ -67,7 +66,6 @@ public Task Azure_ResourceManager_Models_Resources_TopLevelTrackedResources_crea
});

[Test]
[Ignore("https://github.com/Azure/autorest.csharp/issues/4876")]
public Task Azure_ResourceManager_Models_Resources_TopLevelTrackedResources_update() => Test(async (host) =>
{
var id = TopLevelTrackedResource.CreateResourceIdentifier(Guid.Empty.ToString(), "test-rg", "top");
Expand Down Expand Up @@ -228,7 +226,6 @@ public Task Azure_ResourceManager_Models_Resources_NestedProxyResources_listByTo
});

[Test]
[Ignore("https://github.com/Azure/autorest.csharp/issues/4876")]
public Task Azure_ResourceManager_Models_Resources_SingletonTrackedResource_createOrUpdate() => Test(async (host) =>
{
var id = SingletonTrackedResource.CreateResourceIdentifier(Guid.Empty.ToString(), "test-rg");
Expand All @@ -252,7 +249,6 @@ public Task Azure_ResourceManager_Models_Resources_SingletonTrackedResource_crea
});

[Test]
[Ignore("https://github.com/Azure/autorest.csharp/issues/4876")]
public Task Azure_ResourceManager_Models_Resources_SingletonTrackedResource_update() => Test(async (host) =>
{
var id = SingletonTrackedResource.CreateResourceIdentifier(Guid.Empty.ToString(), "test-rg");
Expand Down

0 comments on commit 340b3bc

Please sign in to comment.