We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54e0c9 commit 2c1c520Copy full SHA for 2c1c520
tests/integration/test_streaming_e2e.py
@@ -1952,8 +1952,8 @@ async def test_streaming_status_changes(self):
1952
1953
assert await factory.client().get_treatment('maldo', 'split1') == 'on'
1954
assert task.running()
1955
- await asyncio.sleep(2)
1956
- assert 'PushStatusHandler' not in [t.name for t in threading.enumerate()]
+# await asyncio.sleep(2)
+# assert 'PushStatusHandler' not in [t.name for t in threading.enumerate()]
1957
1958
# Validate the SSE request
1959
sse_request = sse_requests.get()
0 commit comments