lol

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 python3.pkgs.pytestCheckHook 72 ]; 73 74 passthru = { 75 tests = { 76 withoutPodman = ramalama.override {
··· 71 python3.pkgs.pytestCheckHook 72 ]; 73 74 + # Enable when https://github.com/containers/ramalama/pull/1891 is released 75 + disabledTests = [ 76 + "test_ollama_model_pull" 77 + ]; 78 + 79 passthru = { 80 tests = { 81 withoutPodman = ramalama.override {