Skip to content

Commit

Permalink
remove ignore attribute and fix the recording file when Servicelinker…
Browse files Browse the repository at this point in the history
… project ref updated (#46588)

* Remove the ignore attribute from the test

* update1

---------

Co-authored-by: melina5656 <[email protected]>
  • Loading branch information
welovej and melina5656 authored Oct 15, 2024
1 parent eaacc34 commit f093f78
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
### Bugs Fixed

### Other Changes

- Fixed the recording file while the project reference updated.
## 1.1.0 (2023-11-30)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/servicelinker/Azure.ResourceManager.ServiceLinker",
"Tag": "net/servicelinker/Azure.ResourceManager.ServiceLinker_bea4fed255"
"Tag": "net/servicelinker/Azure.ResourceManager.ServiceLinker_7d9a8b8250"
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public async Task Init()
}

[TestCase]
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
public async Task WebAppKeyVaultConnectionCRUD()
{
string resourceGroupName = Recording.GenerateAssetName("SdkRg");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public async Task Init()
}

[TestCase]
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
public async Task WebAppWebPubSubConnectionCRUD()
{
string resourceGroupName = Recording.GenerateAssetName("SdkRg");
Expand Down

0 comments on commit f093f78

Please sign in to comment.