From fa920746c2ca5c73f033b4b6b7c91c6c8cc24b9f Mon Sep 17 00:00:00 2001 From: ashnamehrotra Date: Fri, 20 Dec 2024 15:26:29 -0500 Subject: [PATCH] remove grafana-image-renderer 3.4.0 from integration test Signed-off-by: ashnamehrotra --- integration/fixtures/test-images.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/integration/fixtures/test-images.json b/integration/fixtures/test-images.json index 09ce213f..78d0a0ac 100644 --- a/integration/fixtures/test-images.json +++ b/integration/fixtures/test-images.json @@ -176,13 +176,5 @@ "digest": "sha256:9607229894026ebecade4623038fce35bb75bf9371aca7b08ca11b08d103d2ab", "distro": "Redhat", "description": "Valid microdnf, no yum/dnf/rpm" - }, - { - "image": "docker.io/grafana/grafana-image-renderer", - "tag" : "3.4.0", - "digest": "sha256:205a39f5b58f96b9ff81a0b523a60c26c86e88e76575696fcd6debde9de02197", - "distro": "Alpine", - "description": "Valid apk/db, apk present, fail to patch libssl/libcryto", - "ignoreErrors": true } ]