Skip to content

Commit 4461b5b

Browse files
committed
skip ASR test which need handling from ASR
1 parent f1435d3 commit 4461b5b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/RecoveryServices/RecoveryServices.SiteRecovery.Test/ScenarioTests/A2A/AsrA2ATests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public void A2AResyncReplicationProtectionClusterTest()
219219
"Test-A2AResyncReplicationProtectionCluster");
220220
}
221221

222-
[Fact]
222+
[Fact(Skip = "need fix up by ASR team")]
223223
[Trait(Category.AcceptanceType, Category.CheckIn)]
224224
public void A2AReprotectClusterWithoutProtectedItemDetailsTest()
225225
{

src/RecoveryServices/RecoveryServices.SiteRecovery.Test/ScenarioTests/B2A/AsrB2ATests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public void TestTFO()
7575
$"Test-TFO -vaultSettingsFilePath \"{_credModule.AsAbsoluteLocation()}\"");
7676
}
7777

78-
[Fact]
78+
[Fact(Skip = "need fix up by ASR team")]
7979
[Trait(Category.AcceptanceType, Category.CheckIn)]
8080
public void TestPlannedFailover()
8181
{

src/RecoveryServices/RecoveryServices.SiteRecovery.Test/ScenarioTests/Common/AsrTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public void CIKTokenValidation()
8888
cikToken);
8989
}
9090

91-
[Fact]
91+
[Fact(Skip = "need fix up by ASR team")]
9292
[Trait(Category.AcceptanceType, Category.CheckIn)]
9393
public void TestAzureMonitorAlertsForSiteRecovery()
9494
{

src/RecoveryServices/RecoveryServices.SiteRecovery.Test/ScenarioTests/V2A/AsrV2ATests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public void V2ATestResync()
123123
$"V2ATestResync -vaultSettingsFilePath \"{_credModule.AsAbsoluteLocation()}\"");
124124
}
125125

126-
[Fact]
126+
[Fact(Skip = "need fix up by ASR team")]
127127
[Trait(Category.AcceptanceType, Category.CheckIn)]
128128
public void V2AUpdateMS()
129129
{

0 commit comments

Comments
 (0)