Skip to content

Commit d28c249

Browse files
committed
remove
1 parent dca171a commit d28c249

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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)