ramalama: disable flaky test case (#439758)

This commit is contained in:
Philip Taron
2025-09-06 11:29:24 +02:00
committed by GitHub

View File

@@ -71,6 +71,11 @@ python3.pkgs.buildPythonApplication rec {
python3.pkgs.pytestCheckHook python3.pkgs.pytestCheckHook
]; ];
# Enable when https://github.com/containers/ramalama/pull/1891 is released
disabledTests = [
"test_ollama_model_pull"
];
passthru = { passthru = {
tests = { tests = {
withoutPodman = ramalama.override { withoutPodman = ramalama.override {