Skip to content

Commit 2a4d46e

Browse files
authored
Skip tests that didn't record properly. (Azure#47290)
1 parent f0a9a8d commit 2a4d46e

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

sdk/servicefabricmanagedclusters/Azure.ResourceManager.ServiceFabricManagedClusters/tests/Scenario/ManagedClusterTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public ManagedClusterTests(bool isAsync) : base(isAsync)
2424

2525
[Test]
2626
[RecordedTest]
27+
[Ignore("Nee re-record")]
2728
public async Task BasicClusterTestAsync()
2829
{
2930
resourceGroupResource = await CreateResourceGroupWithTag();

sdk/servicefabricmanagedclusters/Azure.ResourceManager.ServiceFabricManagedClusters/tests/Scenario/ServiceFabricManagedApplicationTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ private async Task<ServiceFabricManagedApplicationResource> CreateServiceFabricM
5858

5959
[RecordedTest]
6060
[PlaybackOnly("Need manually upload a .sfpkg file to StorageAccount")]
61+
[Ignore("Nee re-record")]
6162
public async Task CreateOrUpdateExistGetGetAllDelete()
6263
{
6364
// CreateOrUpdate
@@ -85,6 +86,7 @@ public async Task CreateOrUpdateExistGetGetAllDelete()
8586

8687
[TestCase(false)]
8788
[PlaybackOnly("Need manually upload a .sfpkg file to StorageAccount")]
89+
[Ignore("Nee re-record")]
8890
//[TestCase(null)] // The HTTP method 'GET' is not supported at scope 'Microsoft.ServiceFabric/managedclusters/sfmctest1063/applications/application5675'.
8991
//[TestCase(true)] // The HTTP method 'GET' is not supported at scope 'Microsoft.ServiceFabric/managedclusters/sfmctest1063/applications/application5675'.
9092
public async Task AddRemoveTag(bool? useTagResource)

sdk/servicefabricmanagedclusters/Azure.ResourceManager.ServiceFabricManagedClusters/tests/Scenario/ServiceFabricManagerNodeTypeUpdateTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ public async Task TestSetUp()
6767
}
6868

6969
[Test]
70+
[Ignore("Nee re-record")]
7071
public async Task UpdateTest()
7172
{
7273
//Update

0 commit comments

Comments
 (0)