Open
Description
azure-communication-callautomation
's test recordings were removed in #36686 while the Java repository moved all recordings to the external assets repo. Tests were also made live-only as part of this, to avoid playback errors.
The Call Automation service team should:
- Migrate tests to the test proxy (migration guide
- Re-record tests, Steps
- Move recordings to the assets repo (migration guide)
- Re-enable playback testing by removing
@DoNotRecord(skipInPlayback = true)
annotation from tests.
Activity