Skip to content

Commit

Permalink
add back tests which was blocked by duration changes temporarily (Azu…
Browse files Browse the repository at this point in the history
  • Loading branch information
fengzhou-msft authored Mar 17, 2022
1 parent 29ebd86 commit 0db492a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public AfdRuleCollectionTests(bool isAsync)

[TestCase]
[RecordedTest]
[Ignore("Reenable after generator update")]
public async Task CreateOrUpdate()
{
Subscription subscription = await Client.GetDefaultSubscriptionAsync();
Expand All @@ -38,7 +37,6 @@ public async Task CreateOrUpdate()

[TestCase]
[RecordedTest]
[Ignore("Reenable after generator update")]
public async Task List()
{
Subscription subscription = await Client.GetDefaultSubscriptionAsync();
Expand All @@ -59,7 +57,6 @@ public async Task List()

[TestCase]
[RecordedTest]
[Ignore("Reenable after generator update")]
public async Task Get()
{
Subscription subscription = await Client.GetDefaultSubscriptionAsync();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public AfdRuleOperationsTests(bool isAsync)

[TestCase]
[RecordedTest]
[Ignore("Reenable after generator update")]
public async Task Delete()
{
Subscription subscription = await Client.GetDefaultSubscriptionAsync();
Expand All @@ -37,7 +36,6 @@ public async Task Delete()

[TestCase]
[RecordedTest]
[Ignore("Reenable after generator update")]
public async Task Update()
{
Subscription subscription = await Client.GetDefaultSubscriptionAsync();
Expand Down

0 comments on commit 0db492a

Please sign in to comment.