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

Commit ae4b3bd

Browse files
committed
Fix flaky tests
1 parent c53e45c commit ae4b3bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_pythonkey.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ def f(x):
220220
xfail('randint_like'), # randomness
221221
skip('new_empty'), # nondeterministic
222222
skip('empty_like'), # nondeterministic
223+
skip('linalg.lstsq', 'grad_oriented'), # flaky
223224
}
224225
class TestPythonKeyOperatorsOpInfo(TestCase):
225226
@ops(functorch_lagging_op_db + additional_op_db, allowed_dtypes=(torch.float,))

0 commit comments

Comments
 (0)