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 54b5fac commit b054542Copy full SHA for b054542
tests/contrib/openai_agents/test_openai.py
@@ -1931,7 +1931,10 @@ def stream_response(
1931
raise NotImplementedError()
1932
1933
1934
-async def test_heartbeat(client: Client):
+async def test_heartbeat(client: Client, env: WorkflowEnvironment):
1935
+ if env.supports_time_skipping:
1936
+ pytest.skip("Relies on real timing, skip.")
1937
+
1938
new_config = client.config()
1939
new_config["plugins"] = [
1940
openai_agents.OpenAIAgentsPlugin(
0 commit comments