Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
Signed-off-by: prsurve <[email protected]>
  • Loading branch information
prsurve committed Jun 10, 2024
1 parent a0cbf13 commit b9c58bc
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions ocs_ci/framework/pytest_customization/ocscilib.py
Original file line number Diff line number Diff line change
Expand Up @@ -695,13 +695,12 @@ def pytest_runtest_makereport(item, call):
)
try:
if not ocsci_config.RUN.get("is_ocp_deployment_failed"):
pass
# collect_ocs_logs(
# dir_name=test_case_name,
# ocp=ocp_logs_collection,
# ocs=ocs_logs_collection,
# mcg=mcg_logs_collection,
# )
collect_ocs_logs(
dir_name=test_case_name,
ocp=ocp_logs_collection,
ocs=ocs_logs_collection,
mcg=mcg_logs_collection,
)
except Exception:
log.exception("Failed to collect OCS logs")

Expand Down

0 comments on commit b9c58bc

Please sign in to comment.