-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Remove time.sleep in Speech system tests. #3273
Copy link
Copy link
Closed
Labels
api: speechIssues related to the Speech-to-Text API.Issues related to the Speech-to-Text API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.status: blockedResolving the issue is dependent on other work.Resolving the issue is dependent on other work.
Metadata
Metadata
Assignees
Labels
api: speechIssues related to the Speech-to-Text API.Issues related to the Speech-to-Text API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.status: blockedResolving the issue is dependent on other work.Resolving the issue is dependent on other work.
The Speech system tests contain defensive code to address a backend issue with the new
v1endpoint (it sometimes returnsv1beta1LRO URLs).This is supposed to be fixed in the backend soon; remove the defensive code once it is.