Skip to content

Commit

Permalink
Ignore the incorrect rust1.72 expiration date
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmueller committed Nov 23, 2023
1 parent 231398d commit f1af2d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ def test_lifecycle(auto_container):
support_end = datetime.datetime.strptime(
entry_date, "%Y-%m-%d"
)
if entry_name.startswith("go1.19-openssl"):
# bsc#1216578
# that expired too early
if entry_name.startswith("rust1.72"):
continue
assert (
datetime.datetime.now() < support_end
Expand Down

0 comments on commit f1af2d6

Please sign in to comment.