Skip to content

Commit

Permalink
Skip tests that didn't record properly. (#47290)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurMa1978 authored Nov 22, 2024
1 parent f0a9a8d commit 2a4d46e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public ManagedClusterTests(bool isAsync) : base(isAsync)

[Test]
[RecordedTest]
[Ignore("Nee re-record")]
public async Task BasicClusterTestAsync()
{
resourceGroupResource = await CreateResourceGroupWithTag();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ private async Task<ServiceFabricManagedApplicationResource> CreateServiceFabricM

[RecordedTest]
[PlaybackOnly("Need manually upload a .sfpkg file to StorageAccount")]
[Ignore("Nee re-record")]
public async Task CreateOrUpdateExistGetGetAllDelete()
{
// CreateOrUpdate
Expand Down Expand Up @@ -85,6 +86,7 @@ public async Task CreateOrUpdateExistGetGetAllDelete()

[TestCase(false)]
[PlaybackOnly("Need manually upload a .sfpkg file to StorageAccount")]
[Ignore("Nee re-record")]
//[TestCase(null)] // The HTTP method 'GET' is not supported at scope 'Microsoft.ServiceFabric/managedclusters/sfmctest1063/applications/application5675'.
//[TestCase(true)] // The HTTP method 'GET' is not supported at scope 'Microsoft.ServiceFabric/managedclusters/sfmctest1063/applications/application5675'.
public async Task AddRemoveTag(bool? useTagResource)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public async Task TestSetUp()
}

[Test]
[Ignore("Nee re-record")]
public async Task UpdateTest()
{
//Update
Expand Down

0 comments on commit 2a4d46e

Please sign in to comment.