Commit 57984d6
authored
Mark
The test in `gradient_test.py` fails randomly in CI about 50% of the
time. This then wastes maintainer time looking at the logs, re-running
the checks on PRs, and babysitting things. It's especially annoying when
it happens during merge queue events.
This PR simply marks that test as flaky using Bazel's feature for that
purpose. That should in turn cause Bazel to retry the failed test.gradient_test as flaky (#1067)1 parent 21021f6 commit 57984d6
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| 137 | + | |
137 | 138 | | |
138 | 139 | | |
139 | 140 | | |
| |||
0 commit comments