Skip to content

Commit bd42f93

Browse files
committed
update
1 parent 5dd2f03 commit bd42f93

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

sdk/ai/azure-ai-projects/tests/samples/test_samples.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,6 @@ def _get_tools_sample_paths():
171171
"sample_agent_memory_search.py",
172172
"sample_agent_openapi_with_project_connection.py",
173173
"sample_agent_to_agent.py",
174-
"sample_agent_code_interpreter.py",
175-
"sample_agent_file_search.py",
176-
"sample_agent_file_search_in_stream.py",
177174
]
178175
samples = []
179176

@@ -196,8 +193,6 @@ def _get_tools_sample_paths_async():
196193
tools_samples_to_skip = [
197194
"sample_agent_mcp_with_project_connection_async.py",
198195
"sample_agent_memory_search_async.py",
199-
"sample_agent_code_interpreter_async.py",
200-
"sample_agent_file_search_in_stream_async.py",
201196
]
202197
samples = []
203198

0 commit comments

Comments
 (0)