python312Pakcages.llama-index-core: disable failing test

This commit is contained in:
Fabian Affolter
2024-10-31 22:51:54 +01:00
parent 25b3bfec1b
commit c7abe57522
@@ -129,6 +129,8 @@ buildPythonPackage rec {
# Tests require network access
"test_from_namespaced_persist_dir"
"test_from_persist_dir"
# asyncio.exceptions.InvalidStateError: invalid state
"test_workflow_context_to_dict_mid_run"
];
meta = with lib; {