Skip to content

Commit ebbb1d4

Browse files
szymondudyczManul from Pathway
authored andcommitted
Xfail llm test (#9949)
GitOrigin-RevId: 55b783678a74270f4bd1b3ed77f92eb2b7cc6592
1 parent bfb77fe commit ebbb1d4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

python/pathway/xpacks/llm/tests/test_llms.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ def test_openai_call_args(model, call_arg):
9292
assert llm._accepts_call_arg(call_arg) is (call_arg in VALID_ARGS)
9393

9494

95+
# Fails in public repo CI: https://github.com/pathwaycom/pathway/actions/runs/22984451334/job/66733559648#step:5:7905
96+
# I didn't manage to reproduce it locally so far
97+
@pytest.mark.xfail
9598
@pytest.mark.parametrize(
9699
"model",
97100
[

0 commit comments

Comments
 (0)