Skip to content

Commit 4bcc005

Browse files
committed
disable test_where_with_cond_only for non rs6
1 parent 65ae191 commit 4bcc005

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_backend.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1582,6 +1582,7 @@ def test_where_scalar(self):
15821582
self._run_test_case([_OUTPUT], {_INPUT: x_val})
15831583

15841584
@check_opset_min_version(9, "where")
1585+
@check_target("rs6", "onnxruntime Transpose type limitation")
15851586
def test_where_with_cond_only(self):
15861587
for np_type, tf_type in [(np.int32, tf.int32), (np.float32, tf.float32)]:
15871588
x_val = np.random.randint(0, 2, size=[10, 20, 30]).astype(np_type)

0 commit comments

Comments
 (0)