1
0
mirror of https://github.com/containers/ramalama.git synced 2026-02-05 15:47:26 +01:00

[trivial] correctly omit test_serve_api

Restore the e2e mark, otherwise unit-tests will run it

Signed-off-by: Oliver Walsh <owalsh@redhat.com>
This commit is contained in:
Oliver Walsh
2026-01-29 16:48:57 +00:00
parent 97b49459d9
commit fa89144e42

View File

@@ -705,6 +705,8 @@ def test_kube_generation_with_llama_api(test_model):
assert re.search(r".*/llama-stack", content)
@pytest.mark.skip(reason="pulls very large image")
@pytest.mark.e2e
@skip_if_docker
@skip_if_no_container
@skip_if_ppc64le