Skip to content

Commit 1e5a724

Browse files
Add xfail to Llama stack upgrade tests because of RHAIENG-3650 (#1263)
Signed-off-by: Jiri Petrlik <jpetrlik@redhat.com> Co-authored-by: Jorge <jgarciao@users.noreply.github.com>
1 parent 24d3cb4 commit 1e5a724

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/llama_stack/inference/upgrade/test_upgrade_chat_completions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def test_inference_chat_completion_pre_upgrade(
6464
@pytest.mark.llama_stack
6565
class TestPostUpgradeLlamaStackInferenceCompletions:
6666
@pytest.mark.post_upgrade
67+
@pytest.mark.xfail(reason="RHAIENG-3650")
6768
def test_inference_chat_completion_post_upgrade(
6869
self,
6970
unprivileged_llama_stack_client: LlamaStackClient,

tests/llama_stack/vector_io/upgrade/test_upgrade_vector_store_rag.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ def test_vector_store_rag_pre_upgrade(
109109
@pytest.mark.rag
110110
class TestPostUpgradeLlamaStackVectorStoreRag:
111111
@pytest.mark.post_upgrade
112+
@pytest.mark.xfail(reason="RHAIENG-3650")
112113
def test_vector_store_rag_post_upgrade(
113114
self,
114115
unprivileged_llama_stack_client: LlamaStackClient,

0 commit comments

Comments
 (0)