You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixed Sanitation Issue
* Update other tests
* Fix for other affected test
* Fix Playback Sanitation
* Decrease time
* Shorten Time
* Re-recorded tests
Copy file name to clipboardExpand all lines: sdk/communication/Azure.Communication.CallAutomation/tests/CallConnections/CallConnectionAutomatedLiveTests.cs
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,8 @@ public async Task RemoveAUserCallTest()
Copy file name to clipboardExpand all lines: sdk/communication/Azure.Communication.CallAutomation/tests/CallRecordings/CallRecordingAutomatedLiveTests.cs
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -404,7 +404,6 @@ public async Task StartRecordingWithCallConnectionIdTest()
404
404
}
405
405
}
406
406
407
-
[Ignore(reason:"Skipping this currently getrecording api taking more than 2 mints to get the recording result")]
408
407
[RecordedTest]
409
408
publicasyncTaskGetRecordingTest()
410
409
{
@@ -418,6 +417,7 @@ public async Task GetRecordingTest()
418
417
* 7. hang up the call.
419
418
* 8. once call is hung up, verify disconnected event
Copy file name to clipboardExpand all lines: sdk/communication/Azure.Communication.CallAutomation/tests/Infrastructure/CallAutomationClientAutomatedLiveTestsBase.cs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,8 @@ public CallAutomationClientAutomatedLiveTestsBase(bool isAsync, RecordedTestMode
0 commit comments