Skip to content

Commit 1e30584

Browse files
authored
Mark spsa_minimizer_test as flaky (#919)
1 parent ca5a3e3 commit 1e30584

File tree

1 file changed

+1
-0
lines changed
  • tensorflow_quantum/python/optimizers

1 file changed

+1
-0
lines changed

tensorflow_quantum/python/optimizers/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ py_test(
3939
py_test(
4040
name = "spsa_minimizer_test",
4141
srcs = ["spsa_minimizer_test.py"],
42+
flaky = True,
4243
python_version = "PY3",
4344
deps = [
4445
":spsa_minimizer",

0 commit comments

Comments
 (0)