You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Repeat "hdiutil create" commands to avoid failures
Race conditions with XProtect on macos-13 can cause spurious failures
for `hdiutil create` commands.
As a work-around, try the `hdiutil create` command several times (up
to 10), and only fail if the command fails each time.
Signed-off-by: Patrick Avery <[email protected]>
0 commit comments