Skip to content

Commit a88b44d

Browse files
CLowbrowAlex Z
andauthored
Skip test temporarily until we figure out threading (#1345)
Co-authored-by: Alex Z <alex.zelenskiy@braintrustdata.com>
1 parent 6210d43 commit a88b44d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

py/src/braintrust/wrappers/test_openai.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1537,6 +1537,7 @@ async def run_agent_b():
15371537

15381538
@pytest.mark.asyncio
15391539
@pytest.mark.vcr
1540+
@pytest.mark.skip(reason="OAI Implementation changed, skipping until update")
15401541
async def test_agents_tool_openai_nested_spans(memory_logger):
15411542
"""Test that OpenAI calls inside agent tools are properly nested under the tool span."""
15421543
pytest.importorskip("agents", reason="agents package not available")

0 commit comments

Comments
 (0)