Add Pad test to NGraph specific exclusion list (#2006)

* Add Pad test to NGraph specific exclusion list
This commit is contained in:
Hariharan Seshadri 2019-10-04 05:49:24 -07:00 committed by Scott McKay
parent e58827fa62
commit d80f324fd3

View file

@ -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*')