Skip to content

Commit 6247a57

Browse files
committed
expect failure on named eager tasks
1 parent 5c3c953 commit 6247a57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_asyncio/test_taskgroups.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,6 +1081,7 @@ async def throw_error():
10811081
# cancellation happens here and error is more understandable
10821082
await asyncio.sleep(0)
10831083

1084+
@unittest.expectedFailure
10841085
async def test_name(self):
10851086
name = None
10861087

0 commit comments

Comments
 (0)