Commit 6f2fe45
authored
[Unity][UnitTest] Increase atol to resolve flaky CI failure (#16340)
The `tests/python/relax/test_frontend_onnx.py::test_attention` unit
test currently has sporadic failures (5/200 executions), which can
cause failures for unrelated changes
(e.g. [PR#16304](#16304), [CI
link](https://ci.tlcpack.ai/blue/organizations/jenkins/tvm-unity/detail/PR-16304/3/pipeline)).
This commit specifies a tolerance to use for comparisons, to avoid
these spurious CI failures.1 parent ec542da commit 6f2fe45
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1226 | 1226 | | |
1227 | 1227 | | |
1228 | 1228 | | |
| 1229 | + | |
| 1230 | + | |
1229 | 1231 | | |
1230 | 1232 | | |
1231 | 1233 | | |
| |||
0 commit comments