diff --git a/tests/test_all.py b/tests/test_all.py index 531bfe9b..0c8c502f 100644 --- a/tests/test_all.py +++ b/tests/test_all.py @@ -148,6 +148,9 @@ def test_lifecycle(auto_container): support_end = datetime.datetime.strptime( entry_date, "%Y-%m-%d" ) + if entry_name.startswith("go1.19-openssl"): + # bsc#1216578 + continue assert ( datetime.datetime.now() < support_end ), f"{entry_name} = {installed_binaries[entry_name]} installed but out of support since {entry_date}"