Skip to content

Commit

Permalink
Add missing milvus mark for two tests which require milvus
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Nov 16, 2023
1 parent 9ec6d7e commit 6808acb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/llm/test_rag_standalone_pipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ def test_rag_standalone_pipe_openai(config: Config,

@pytest.mark.usefixtures("nemollm")
@pytest.mark.usefixtures("ngc_api_key")
@pytest.mark.milvus
@pytest.mark.use_python
@pytest.mark.use_cudf
@pytest.mark.parametrize("repeat_count", [5])
Expand Down Expand Up @@ -239,6 +240,7 @@ def test_rag_standalone_pipe_integration_nemo(config: Config,

@pytest.mark.usefixtures("openai")
@pytest.mark.usefixtures("openai_api_key")
@pytest.mark.milvus
@pytest.mark.use_python
@pytest.mark.use_cudf
@pytest.mark.parametrize("repeat_count", [5])
Expand Down

0 comments on commit 6808acb

Please sign in to comment.