Skip to content

Commit 4fdee51

Browse files
authored
Disable failing take python op tests on TPU (#4231)
1 parent 0e95575 commit 4fdee51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/pytorch_test_base.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,8 @@
366366
'test_diff_xla_float64', # expected instruction to have shape equal
367367
'test_nullary_op_mem_overlap_xla', # core dumped
368368
'test_index_reduce', # takes too long
369+
'test_take_xla_float64', # 'dtype' do not match: torch.float32 != torch.float64
370+
'test_take_xla_int16', # 'dtype' do not match: torch.int32 != torch.int16
369371
},
370372

371373
# test_indexing.py

0 commit comments

Comments
 (0)