diff --git a/e2e/pipelines/test_rag_pipelines.py b/e2e/pipelines/test_rag_pipelines_e2e.py similarity index 100% rename from e2e/pipelines/test_rag_pipelines.py rename to e2e/pipelines/test_rag_pipelines_e2e.py diff --git a/releasenotes/notes/rag-e2e-test-rename-3e2c7265dbb6ba9e.yaml b/releasenotes/notes/rag-e2e-test-rename-3e2c7265dbb6ba9e.yaml new file mode 100644 index 000000000..8b741ae61 --- /dev/null +++ b/releasenotes/notes/rag-e2e-test-rename-3e2c7265dbb6ba9e.yaml @@ -0,0 +1,3 @@ +--- +fixes: + - Fix `pytest` breaking in VSCode due to a name collision in the RAG pipeline tests.