Remove Circular Usage of RecordedData in Form Recognizer Tests #21633
Labels
Client
This issue points to a problem in the data-plane of the library.
Cognitive - Form Recognizer
test bug
Problem in test source code (most likely)
Currently, some Form Recognizer tests depended on a deficiency in
azure-core-test
where network calls would be recorded when inPLAYBACK
(PR fixing the deficiency). Resolving the deficiency resulted in Form Recognizer tests breaking as they attempt to read network calls that were read and remove but then added back due to recording of a recorded network call, now this network call is no longer being re-recorded.Additionally, these tests are adding network calls to the recording from outside of the testing framework which generally shouldn't occur.
The text was updated successfully, but these errors were encountered: