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

Commit 2120b13

Browse files
committed
Fix CPU CI
1 parent b55c95c commit 2120b13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_ops.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ def is_inplace(op, variant):
179179

180180

181181
vjp_fail = {
182-
xfail('nn.functional.dropout'), # randomness testing artifact
183-
xfail('nn.functional.rrelu'), # randomness testing artifact
182+
skip('nn.functional.dropout'), # randomness testing artifact
183+
skip('nn.functional.rrelu'), # randomness testing artifact
184184
xfail('linalg.cholesky'),
185185
xfail('linalg.inv'),
186186
xfail('linalg.matrix_power'),

0 commit comments

Comments
 (0)