Skip to content

Conversation

@mhucka
Copy link
Member

@mhucka mhucka commented Nov 26, 2025

The test in tensorflow_quantum/python/optimizers/spsa_minimizer_test.py sometimes fails to converge. This causes CI workflows to fail, leading to developer time wasted trying to understand the cause. However, Bazel can automatically retry flaky tests if they are marked as such. This PR simply marks that test as flaky so that it hopefully will not cause failures unnecessarily.

This test sometimes fails to converge, and fails. This causes CI
workflows to fail. Bazel supports retrying flaky tests, so let's mark
this one as flaky.
@mhucka mhucka added area/tests Involves tests and testing of the TFQ codebase area/python Involves Python code labels Nov 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/python Involves Python code area/tests Involves tests and testing of the TFQ codebase

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant