From d5deebda5a334245ec856544cbc88bae4355b58a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Tue, 24 Jun 2025 20:52:20 +0200 Subject: [PATCH] kolla: ignore test which failed because of an additional close syscall --- pkgs/by-name/ko/kolla/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ko/kolla/package.nix b/pkgs/by-name/ko/kolla/package.nix index 975d44e5bce9..3c7698f87554 100644 --- a/pkgs/by-name/ko/kolla/package.nix +++ b/pkgs/by-name/ko/kolla/package.nix @@ -61,7 +61,7 @@ python3Packages.buildPythonApplication rec { # Tests output a few exceptions but still succeed checkPhase = '' runHook preCheck - stestr run + stestr run -e <(echo "test_load_ok") runHook postCheck '';