Display Sandboxed tests on Problems tab #1276
Labels
comp-ui
Improvements of plugin UI appearence and functionality
ctg-enhancement
New feature, improvement or change request
Milestone
Discussed in https://github.com/orgs/UnitTestBot/discussions/1270
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)
The text was updated successfully, but these errors were encountered: