Skip to content

Commit cb40290

Browse files
committed
disable test_avgpool
1 parent 1f61cd5 commit cb40290

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_backend.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,7 @@ def onnxruntime_check(op):
106106
return (False, "")
107107

108108
if op == "AveragePool":
109-
import onnxruntime as ort
110-
if ort.__version__ == "0.1.4":
111-
return (True, "Skip AveragePool for onnxruntime 0.1.4")
109+
return (True, "Skip AveragePool for onnxruntime due to bug")
112110

113111
support_since = {
114112
"Abs": 6, # Abs-1

0 commit comments

Comments
 (0)