Skip to content

Commit

Permalink
Skip test on two logical ops
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhdev authored and dlibenzi committed Nov 28, 2019
1 parent 77cce41 commit 08cbd7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/torch_test_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@
'test_masked_select', # uses half
'test_masked_fill_bool_tensor', # lowering
'test_lu',
'test_logical_xor', # storage
'test_logical_and', # uses half
'test_logical_or', # uses half
'test_logical_xor', # uses half
'test_logical', # uses half
'test_logical_not', # uses half
'test_is_signed', # uses half
Expand Down

0 comments on commit 08cbd7a

Please sign in to comment.