Skip to content
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