skip flaky test (#7208)

This commit is contained in:
Jeong, YunWon
2026-02-23 22:08:50 +09:00
committed by GitHub
parent f096bb7dd0
commit 7dc76c8df1

View File

@@ -1020,6 +1020,7 @@ class CGIHTTPServerTestCase(BaseTestCase):
res = self.request('/cgi-bin/file7.py', 'POST', body, headers)
self.assertEqual(res.read(), b'%d %d' % (size, size) + self.linesep)
@unittest.skip("TODO: RUSTPYTHON; flaky test")
def test_large_content_length_truncated(self):
with support.swap_attr(self.request_handler, 'timeout', 0.001):
for w in range(18, 65):