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
Unmark passing test
  • Loading branch information
ShaharNaveh committed Dec 24, 2025
commit 90c8f6b43e55c9f543969b1e0e12a3663ec8e78b
1 change: 0 additions & 1 deletion Lib/test/test_http_cookies.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def test_basic(self):
for k, v in sorted(case['dict'].items()):
self.assertEqual(C[k].value, v)

@unittest.expectedFailure # TODO: RUSTPYTHON; AssertionError: 'key' not found in <SimpleCookie: >
def test_obsolete_rfc850_date_format(self):
# Test cases with different days and dates in obsolete RFC 850 format
test_cases = [
Expand Down
Loading