ramalama: disable flaky test case (#439758)

authored by philiptaron.tngl.sh and committed by

GitHub a3134247 52d81894

+5
+5
pkgs/by-name/ra/ramalama/package.nix
··· 71 71 python3.pkgs.pytestCheckHook 72 72 ]; 73 73 74 + # Enable when https://github.com/containers/ramalama/pull/1891 is released 75 + disabledTests = [ 76 + "test_ollama_model_pull" 77 + ]; 78 + 74 79 passthru = { 75 80 tests = { 76 81 withoutPodman = ramalama.override {