Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit 806c450

Browse files
committed
fix failing test on CI
1 parent f99ed9e commit 806c450

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_ops.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ def vjp_of_vjp(*args_and_cotangents):
341341
xfail('lu_unpack'),
342342
xfail('masked_fill'),
343343
xfail('masked_scatter'),
344+
xfail('matrix_exp'),
344345
xfail('max', 'reduction_no_dim', device_type='cpu'),
345346
xfail('median', device_type='cpu'),
346347
xfail('min', 'reduction_no_dim', device_type='cpu'),

0 commit comments

Comments
 (0)