Skip to content

Commit c784e0c

Browse files
committed
Disable test for quicklint
Disabling until we fix pytorch#57967
1 parent b587354 commit c784e0c

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)