Skip to content

Commit c48eee9

Browse files
committed
refine test filter for test_avgpool
1 parent 8edf70d commit c48eee9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_backend.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ def test_maxpool(self):
190190
self.log.debug(str(p))
191191
self._run_test_case([_OUTPUT], {_INPUT: x_val})
192192

193+
@unittest.skipIf(get_test_config().is_onnxruntime_backend and get_test_config().backend_version == "0.2.1",
194+
"onnxruntime bug")
193195
@check_onnxruntime_incompatibility("AveragePool")
194196
def test_avgpool(self):
195197
for tf_shape in ["known", "unknown"]:

0 commit comments

Comments
 (0)