mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-04 23:59:56 +00:00
Add Pad test to NGraph specific exclusion list (#2006)
* Add Pad test to NGraph specific exclusion list
This commit is contained in:
parent
e58827fa62
commit
d80f324fd3
1 changed files with 2 additions and 1 deletions
|
|
@ -167,7 +167,8 @@ def create_backend_test(testname=None):
|
|||
'^test_flatten_negative_axis.*',
|
||||
'^test_reduce_[a-z1-9_]*_negative_axes_.*',
|
||||
'test_squeeze_negative_axes_cpu',
|
||||
'test_unsqueeze_negative_axes_cpu']
|
||||
'test_unsqueeze_negative_axes_cpu',
|
||||
'test_constant_pad_cpu']
|
||||
|
||||
if c2.supports_device('OPENVINO_GPU_FP32') or c2.supports_device('OPENVINO_GPU_FP16'):
|
||||
current_failing_tests.append('^test_div_cpu*')
|
||||
|
|
|
|||
Loading…
Reference in a new issue