From e4478aacfbde619dc302f9d9552a1c57a8eec59d Mon Sep 17 00:00:00 2001 From: AndrewZhaoLuo Date: Thu, 9 Sep 2021 02:28:47 -0700 Subject: [PATCH] flaky off (#8972) --- tests/python/frontend/onnx/test_forward.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/python/frontend/onnx/test_forward.py b/tests/python/frontend/onnx/test_forward.py index 6fa4fcf47ccb..23f1dca0e8af 100644 --- a/tests/python/frontend/onnx/test_forward.py +++ b/tests/python/frontend/onnx/test_forward.py @@ -4787,9 +4787,11 @@ def verify_eyelike(indata): "test_nllloss_NCd1d2d3_sum_weight_high_ii_expanded", "test_nllloss_NCd1d2d3d4d5_mean_weight_expanded", "test_nllloss_NCd1d2d3d4d5_none_no_weight_expanded", - # This nllloss test is flaky and sometimes gives NaNs + # These nllloss tests are flaky and sometimes gives NaNs # Investigate it here: https://github.com/apache/tvm/issues/8918 "test_nllloss_NCd1d2d3_none_no_weight_negative_ii", + # Investigate it here: https://github.com/apache/tvm/issues/8964 + "test_nllloss_NCd1d2d3_sum_weight_high_ii", "test_qlinearmatmul_2D", "test_qlinearmatmul_3D", "test_range_float_type_positive_delta_expanded",