python3Packages.kserve: skip failing tests

Changed files
+8
pkgs
development
python-modules
kserve
+8
pkgs/development/python-modules/kserve/default.nix
···
];
disabledTests = [
# Require network access
"test_infer_graph_endpoint"
"test_infer_path_based_routing"
···
];
disabledTests = [
+
# AssertionError: assert CompletionReq...lm_xargs=None) == CompletionReq...lm_xargs=None)
+
"test_convert_params"
+
+
# Flaky: ray.exceptions.ActorDiedError: The actor died unexpectedly before finishing this task.
+
"test_explain"
+
"test_infer"
+
"test_predict"
+
# Require network access
"test_infer_graph_endpoint"
"test_infer_path_based_routing"