Skip to content

Commit

Permalink
Do not cleanup processes on Mac due to no Orka VM isolation (adoptium…
Browse files Browse the repository at this point in the history
…#4967)

Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard authored Jan 15, 2024
1 parent ca00e31 commit 5cfc019
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terminateTestProcesses.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ if [ "$OS" = "Windows_NT" ]; then
else
echo Woohoo - no rogue processes detected!
fi
elif [ `uname` = "Darwin" ]; then
echo "Mac type machine.. do not terminate any remaining processes as Orka mac VMs are not process isolated, see: https://github.com/adoptium/aqa-tests/issues/4964"
else
echo "Unix type machine.."

Expand Down

0 comments on commit 5cfc019

Please sign in to comment.