Remove app after call "close_app()"

Hello.
If I run the test with the desired_caps[‘noReset’] = False option, I see that when the close_app() function is called, the application is removed. Is that normal? When the launch_app() function is called, the application starts without problems.

@Alexey_Kryukov look at link below and compare your settings. With “fullReset” option app will be removed at test end. With fastReset or Normal start will stay.