Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix test record fails of ServiceFabricManagedClusters #47290

Merged
merged 1 commit into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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