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
Temporarily skip a failing test.
  • Loading branch information
ericsnowcurrently committed Oct 4, 2023
commit 2462033222ad658ac244a1a1e8107600b7dd391a
1 change: 1 addition & 0 deletions Lib/test/test_interpreters.py
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,7 @@ def test_list_all(self):
after = set(interpreters.list_all_channels())
self.assertEqual(after, created)

@unittest.expectedFailure # See gh-110318:
def test_shareable(self):
rch, sch = interpreters.create_channel()

Expand Down