Skip to content

Commit

Permalink
update xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitij12345 committed Mar 14, 2023
1 parent 3c37338 commit 32931f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/functorch/test_vmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -3745,7 +3745,6 @@ def test_vmap_exhaustive(self, device, dtype, op):
decorate('bitwise_right_shift', decorator=unittest.skipIf(TEST_WITH_UBSAN, "Fails with above error")),
# One or more of the overload doesn't have a Batch rule.
xfail('bincount'),
xfail('float_power'),
# UBSAN: runtime error: 1.27043e+262 is outside the range of representable values of type 'float'
decorate('special.zeta', decorator=unittest.skipIf(TEST_WITH_UBSAN, "Fails with above error")),
# RuntimeError: Expected all tensors to be on the same device,
Expand Down

0 comments on commit 32931f0

Please sign in to comment.