Skip to content

Commit ac376b7

Browse files
authored
remove (#390)
1 parent dca171a commit ac376b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/chinook/langgraph/test_langgraph_chinook.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
import pytest
22

3+
pytest.skip(
4+
"Skipping Chinook langgraph integration tests (requires external services/credentials).",
5+
allow_module_level=True,
6+
)
7+
38
from eval_protocol.models import EvaluateResult, EvaluationRow, Message
49
from eval_protocol.pytest import evaluation_test
510

0 commit comments

Comments
 (0)