File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -1952,8 +1952,6 @@ async def test_streaming_status_changes(self):
19521952
19531953 assert await factory .client ().get_treatment ('maldo' , 'split1' ) == 'on'
19541954 assert task .running ()
1955- # await asyncio.sleep(2)
1956- # assert 'PushStatusHandler' not in [t.name for t in threading.enumerate()]
19571955
19581956 # Validate the SSE request
19591957 sse_request = sse_requests .get ()
@@ -2386,7 +2384,6 @@ async def test_ably_errors_handling(self):
23862384
23872385 # Assert sync-task is running and the streaming status handler thread is over
23882386 assert task .running ()
2389- assert 'PushStatusHandler' not in [t .name for t in threading .enumerate ()]
23902387
23912388 # Validate the SSE requests
23922389 sse_request = sse_requests .get ()
You can’t perform that action at this time.
0 commit comments