Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Skip flaky test
  • Loading branch information
ShaharNaveh committed Jul 19, 2025
commit 4da9b27d0896f42b73d38b31f7299639f08e70a6
2 changes: 2 additions & 0 deletions Lib/test/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -2154,6 +2154,8 @@ def handle_request(self, request):
request.end_headers()
self.handled.set()

# TODO: RUSTPYTHON
@unittest.skip("TODO: RUSTPYTHON; flaky test")
def test_output(self):
# The log message sent to the HTTPHandler is properly received.
logger = logging.getLogger("http")
Expand Down