Skip to content

Commit bd90d70

Browse files
committed
Update RecoveryServicesTests.cs
removed the duplicates
1 parent 27bfa42 commit bd90d70

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices.Test/ScenarioTests/RecoveryServicesTests.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -126,16 +126,6 @@ public void DisableProtectionTest()
126126
this.RunPowerShellTest("Test-DisableProtection -vaultSettingsFilePath \"" + vaultSettingsFilePath + "\"");
127127
}
128128

129-
public void E2E_DeleteAndDissociateTest()
130-
{
131-
this.RunPowerShellTest("Test-E2E_DeleteAndDissociate -vaultSettingsFilePath \"" + vaultSettingsFilePath + "\"");
132-
}
133-
134-
public void E2E_CreateAndAssociateTest()
135-
{
136-
this.RunPowerShellTest("Test-E2E_CreateAndAssociate -vaultSettingsFilePath \"" + vaultSettingsFilePath + "\"");
137-
}
138-
139129
public void PFORPTest()
140130
{
141131
this.RunPowerShellTest("Test-PFORP -vaultSettingsFilePath \"" + vaultSettingsFilePath + "\"");

0 commit comments

Comments
 (0)