Skip to content

Commit 1d76e38

Browse files
nick863jhakulin
andauthored
Uncomment function tests (#40855)
* naming changes * update names * update * update tests * update * Record the tests and disable azue functions for now (#40852) * Nirovins/record tests (#40854) * Record the tests and disable azue functions for now * Add recordings for azure functions * Record instrumentation tests --------- Co-authored-by: Jarno Hakulinen <[email protected]> * Uncomment function tests * Fix --------- Co-authored-by: jhakulin <[email protected]>
1 parent 899a393 commit 1d76e38

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

sdk/ai/azure-ai-agents/tests/test_agents_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3067,7 +3067,6 @@ def test_code_interpreter_and_save_file(self, **kwargs):
30673067
assert output_file_exist
30683068

30693069
@agentClientPreparer()
3070-
@pytest.mark.skip("Azure Function does not work.")
30713070
@recorded_by_proxy
30723071
def test_azure_function_call(self, **kwargs):
30733072
"""Test calling Azure functions."""

sdk/ai/azure-ai-agents/tests/test_agents_client_async.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2679,7 +2679,6 @@ async def _do_test_create_attachment_in_thread_azure(self, **kwargs):
26792679
await ai_client.close()
26802680

26812681
@agentClientPreparer()
2682-
@pytest.mark.skip("Azure Function does not work.")
26832682
@recorded_by_proxy_async
26842683
async def test_azure_function_call(self, **kwargs):
26852684
"""Test calling Azure functions."""

0 commit comments

Comments
 (0)