Skip to content

Commit d40a496

Browse files
authored
Add skips to coordinate land (#962)
For pytorch/pytorch#80217. #961 is the tracking issue so we don't forget to remove the skips.
1 parent 90625ca commit d40a496

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_ops.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,7 @@ def test_vmapjvpall(self, device, dtype, op):
719719
xfail('nn.functional.huber_loss'),
720720
xfail('nn.functional.poisson_nll_loss'),
721721
xfail('lu'),
722+
skip('linalg.det', 'singular'), # https://github.com/pytorch/functorch/issues/961
722723
xfail('cumprod'),
723724
xfail('lu_solve'),
724725
xfail('linalg.det'),
@@ -843,6 +844,7 @@ def test():
843844
xfail('pinverse'),
844845
xfail('prod'),
845846
xfail('put'),
847+
skip('linalg.det'), # https://github.com/pytorch/functorch/issues/961
846848
xfail('quantile'),
847849
xfail('renorm'),
848850
xfail('take'),

0 commit comments

Comments
 (0)