From 0e75385c3770777b9651a93295b6624f46d29983 Mon Sep 17 00:00:00 2001 From: Kaniska244 Date: Mon, 16 Dec 2024 13:59:15 +0000 Subject: [PATCH] Removing CBL Mariner base image related test cases as git feature and git subtree don't get installed in these containers due to lack of support of commands such as awk, curl and getopt --- test/git/scenarios.json | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/test/git/scenarios.json b/test/git/scenarios.json index 0f5d522b3..35aee050f 100644 --- a/test/git/scenarios.json +++ b/test/git/scenarios.json @@ -116,15 +116,6 @@ } } }, - "install_git_from_src_mariner": { - "image": "mcr.microsoft.com/cbl-mariner/base/core:2.0", - "features": { - "git": { - "version": "latest", - "ppa": "false" - } - } - }, "install_git_from_system_alpine": { "image": "mcr.microsoft.com/devcontainers/base:alpine", "features": { @@ -187,14 +178,5 @@ "ppa": "true" } } - }, - "install_git_from_system_mariner": { - "image": "mcr.microsoft.com/cbl-mariner/base/core:2.0", - "features": { - "git": { - "version": "system", - "ppa": "true" - } - } } }