Skip to content

Commit

Permalink
[CosmosDBForPostgreSql] Recording of issue #43402
Browse files Browse the repository at this point in the history
  • Loading branch information
melina5656 committed Apr 23, 2024
1 parent 416ea7d commit 45f9232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
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/cosmosdbforpostgresql/Azure.ResourceManager.CosmosDBForPostgreSql",
"Tag": "net/cosmosdbforpostgresql/Azure.ResourceManager.CosmosDBForPostgreSql_3d2b412b8a"
"Tag": "net/cosmosdbforpostgresql/Azure.ResourceManager.CosmosDBForPostgreSql_00f3c735dd"
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ namespace Azure.ResourceManager.CosmosDBForPostgreSql.Tests
public class ClusterTests : CosmosDBForPostgreSqlManagementTestBase
{
public ClusterTests(bool isAsync)
: base(isAsync)
: base(isAsync)//, RecordedTestMode.Record)
{
}

[TestCase]
[RecordedTest]
[LiveOnly(Reason = "https://github.com/Azure/azure-sdk-for-net/issues/43401")]
public async Task CreateGetList()
{
// Create
Expand Down Expand Up @@ -57,7 +56,6 @@ await foreach (CosmosDBForPostgreSqlClusterResource clusterFromList in clusters)

[TestCase]
[RecordedTest]
[LiveOnly(Reason = "https://github.com/Azure/azure-sdk-for-net/issues/43401")]
public async Task CreateUpdateGetDelete()
{
// Create
Expand Down

0 comments on commit 45f9232

Please sign in to comment.