From 4a1ea7a044e85047ba28c9656b0417002b868e7e Mon Sep 17 00:00:00 2001 From: Shweta Singh Date: Fri, 17 May 2024 14:07:46 +0530 Subject: [PATCH] Remove RHEL6 supportability from robottelo (#15012) (cherry picked from commit 0290280bb7810da09f021edd648cd4b957f0e192) --- conf/supportability.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/supportability.yaml b/conf/supportability.yaml index 5e6c6680895..4efff78d986 100644 --- a/conf/supportability.yaml +++ b/conf/supportability.yaml @@ -1,4 +1,4 @@ supportability: content_hosts: rhel: - versions: [6, 7,'7_fips', 8, '8_fips', 9, '9_fips'] + versions: [7,'7_fips', 8, '8_fips', 9, '9_fips']