Skip to content

Commit 0db492a

Browse files
add back tests which was blocked by duration changes temporarily (Azure#27584)
1 parent 29ebd86 commit 0db492a

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

sdk/cdn/Azure.ResourceManager.Cdn/tests/Scenario/AfdRuleCollectionTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public AfdRuleCollectionTests(bool isAsync)
2020

2121
[TestCase]
2222
[RecordedTest]
23-
[Ignore("Reenable after generator update")]
2423
public async Task CreateOrUpdate()
2524
{
2625
Subscription subscription = await Client.GetDefaultSubscriptionAsync();
@@ -38,7 +37,6 @@ public async Task CreateOrUpdate()
3837

3938
[TestCase]
4039
[RecordedTest]
41-
[Ignore("Reenable after generator update")]
4240
public async Task List()
4341
{
4442
Subscription subscription = await Client.GetDefaultSubscriptionAsync();
@@ -59,7 +57,6 @@ public async Task List()
5957

6058
[TestCase]
6159
[RecordedTest]
62-
[Ignore("Reenable after generator update")]
6360
public async Task Get()
6461
{
6562
Subscription subscription = await Client.GetDefaultSubscriptionAsync();

sdk/cdn/Azure.ResourceManager.Cdn/tests/Scenario/AfdRuleOperationsTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ public AfdRuleOperationsTests(bool isAsync)
1919

2020
[TestCase]
2121
[RecordedTest]
22-
[Ignore("Reenable after generator update")]
2322
public async Task Delete()
2423
{
2524
Subscription subscription = await Client.GetDefaultSubscriptionAsync();
@@ -37,7 +36,6 @@ public async Task Delete()
3736

3837
[TestCase]
3938
[RecordedTest]
40-
[Ignore("Reenable after generator update")]
4139
public async Task Update()
4240
{
4341
Subscription subscription = await Client.GetDefaultSubscriptionAsync();

0 commit comments

Comments
 (0)