Skip to content

Commit 470a5e0

Browse files
author
v-ajnava
committed
re-recorded failing test
1 parent ac10dcf commit 470a5e0

File tree

3 files changed

+1847
-1731
lines changed

3 files changed

+1847
-1731
lines changed

src/ResourceManager/EventHub/Commands.EventHub.Test/Commands.EventHubs.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
<None Include="SessionRecords\Microsoft.Azure.Commands.EventHub.Test.ScenarioTests.DRConfigurationTests\DRConfigurationsCURD.json">
174174
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
175175
</None>
176-
<None Include="SessionRecords\Microsoft.Azure.Commands.EventHub.Test.ScenarioTests.DRConfigurationTests\DRConfigurationsCURDAlternateName.json">
176+
<None Include="SessionRecords\Microsoft.Azure.Commands.EventHub.Test.ScenarioTests.DRConfigurationTests\DRConfigurationsCURDAlternateName.json">
177177
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
178178
</None>
179179
<None Include="SessionRecords\Microsoft.Azure.Commands.EventHub.Test.ScenarioTests.EventHubsTests\EventHubsAuthorizationRulesCRUD.json">

src/ResourceManager/EventHub/Commands.EventHub.Test/ScenarioTests/DRConfigurations.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,13 @@ public DRConfigurationTests(ITestOutputHelper output)
2828

2929
[Fact]
3030
[Trait(Category.AcceptanceType, Category.CheckIn)]
31-
[Trait("Re-record", "ClientRuntime changes")]
3231
public void DRConfigurationsCURD()
3332
{
3433
EventHubsController.NewInstance.RunPsTest("DRConfigurationTests");
3534
}
3635

3736
[Fact]
3837
[Trait(Category.AcceptanceType, Category.CheckIn)]
39-
[Trait("Re-record", "ClientRuntime changes")]
4038
public void DRConfigurationsCURDAlternateName()
4139
{
4240
EventHubsController.NewInstance.RunPsTest("DRConfigurationTestsAlternateName");

0 commit comments

Comments
 (0)