Skip to content

Commit

Permalink
Removed never reached code
Browse files Browse the repository at this point in the history
  • Loading branch information
aiden3c committed Oct 8, 2024
1 parent e08e6be commit aa0f49f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/api2/test_openssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ def test_fips_version():
continue
break
else:
request = ssh(payload, complete_response=True, timeout=300)
assert False, f"Failed to run FIPS payload after {retry} retries."
request = ssh(payload, complete_response=True, timeout=300) # fail the test

enabled_info = ssh("cat /root/osslproviders")
# Check that things are what we expect when fips was enabled
Expand Down

0 comments on commit aa0f49f

Please sign in to comment.