Skip to content

Commit

Permalink
add a workaround for the incorrect lifecycle data
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmueller committed Oct 26, 2023
1 parent 847b1bd commit 7da2501
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 7da2501

Please sign in to comment.