-
Notifications
You must be signed in to change notification settings - Fork 532
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[main > release/client/2.3] test(client): Disable ODSP targeted signal tests #22741
[main > release/client/2.3] test(client): Disable ODSP targeted signal tests #22741
Conversation
This reverts commit 6fc2544. revert
This comment was marked as resolved.
This comment was marked as resolved.
@tylerbutler @rohandubal I'm looking for release approval here to disable some e2e targeted signal tests for odsp |
Warning WARNING: This PR is targeting a release branch! All changes must first be merged into Changes to release branches require approval from the Patch Triage group before merging. For more details, see our internal documentation for the patch policy and processes for |
ODSP targeted signal tests are consistently failing due to reuse of socket references in ODSP driver. These tests can be re-enabled once targetClientId is included in the return signal from PushChannel.
Cherry-pick of #22743