From a016ab2929c95a61283111b7dabfc03cfa63472a Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Sun, 19 Oct 2025 19:51:28 -0700 Subject: [PATCH] python3Packages.kserve: disable test that fails due to shared resource when called from nixpkgs-review RayServe is started by one process and killed before the other is done with it. --- pkgs/development/python-modules/kserve/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/kserve/default.nix b/pkgs/development/python-modules/kserve/default.nix index 10d86bf89974..f73275866a44 100644 --- a/pkgs/development/python-modules/kserve/default.nix +++ b/pkgs/development/python-modules/kserve/default.nix @@ -140,6 +140,9 @@ buildPythonPackage rec { # AssertionError "test/test_server.py::TestTFHttpServerLoadAndUnLoad::test_unload" + + # Race condition when called concurrently between two instances of the same model (i.e. in nixpkgs-review) + "test/test_dataplane.py::TestDataPlane::test_model_metadata[TEST_RAY_SERVE_MODEL]" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # RuntimeError: Failed to start GCS