Unverified Commit a3134247 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

ramalama: disable flaky test case (#439758)

parents 52d81894 73459118
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -71,6 +71,11 @@ python3.pkgs.buildPythonApplication rec {
    python3.pkgs.pytestCheckHook
  ];

  # Enable when https://github.com/containers/ramalama/pull/1891 is released
  disabledTests = [
    "test_ollama_model_pull"
  ];

  passthru = {
    tests = {
      withoutPodman = ramalama.override {