Originally posted by alisevych October 31, 2022
Description
If an executions performs a restricted operation it is interrupted by Java Security Manager.
Those executions are presented as test methods and disabled due to sandbox.
They contain a stack trace of the restricted method call.
User can add a corresponding Permission or disable useSandbox functionality (by adding useSandbox=false in settings.properties).
Expected behavior
Display disabled tests as on Problems view with stack traces.
It can be displayed like that:

User would be able to navigate the code that leads to the restricted operation.
Environment
IntelliJ IDEA 2021.2.4 - 2022.2.3 (all supported)