Skip to content

Commit 637e01b

Browse files
davidriazati@fb.comKushashwa Shrimali
authored andcommitted
Disable test for quicklint (pytorch#57968)
Summary: Disabling until we fix pytorch#57967 Pull Request resolved: pytorch#57968 Pulled By: driazati Reviewed By: samestep Differential Revision: D28330226 fbshipit-source-id: 7ea130e0cf7b94959a7db18838d21e4711716625
1 parent b781cca commit 637e01b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/test/test_actions_local_runner.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ def test_quicklint(self):
9595
for line in self.expected:
9696
self.assertIn(line, stdout)
9797

98-
self.assertIn("✓ mypy (skipped typestub generation)", stdout)
98+
# TODO: See https://github.com/pytorch/pytorch/issues/57967
99+
# self.assertIn("✓ mypy (skipped typestub generation)", stdout)
99100

100101

101102
class TestQuicklint(unittest.IsolatedAsyncioTestCase):

0 commit comments

Comments
 (0)