Revert "temp(macOS): kill test instances in OSS"

This reverts commit b0d796c8d64227a5ec012c060bbbee7d9da27568.
This commit is contained in:
deepak1556 2021-11-18 17:31:26 +09:00
parent 2a08926f65
commit 99435252b0

View file

@ -54,7 +54,7 @@ else
fi
if [ -z "$INTEGRATION_TEST_APP_NAME" ]; then
after_suite() { killall Electron || true; }
after_suite() { true; }
else
after_suite() { killall $INTEGRATION_TEST_APP_NAME || true; }
fi