Skip to content

Commit

Permalink
add prints in vm_resize
Browse files Browse the repository at this point in the history
  • Loading branch information
rabdulfaizy committed Jan 16, 2025
1 parent 7ef8166 commit 6de72ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microsoft/testsuites/core/vm_resize.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def _verify_vm_resize(
or "Following SKUs have failed for Capacity Restrictions"
in str(identifier)
):
print("retry:" retry)
print(retry)
retry = retry + 1
else:
raise identifier
Expand Down

0 comments on commit 6de72ae

Please sign in to comment.