Disable tests with unpermitted operations in Threads #895
Labels
comp-sandboxing
Issue is related to sandboxing unpermitted operations by Java Security Manager
ctg-bug
Issue is a bug
Description
Tests with unpermitted operation is Threads should be disabled, but they are up.
To Reproduce
Expected behavior
Generated test should be disabled due to sandbox.
Actual behavior
The following method is not executed - AccessControlException is thrown (was seen in Concrete executor logs when they were informative) - that's Ok.
But the generated tests are not disabled due to Sandbox. If we run the test - file will be created.
Visual proofs (screenshots, logs, images)
Environment
Windows 10 Pro
IntelliJ IDEA 2022.1.4
JDK 8
Originally posted by @alisevych in #790 (comment)
The text was updated successfully, but these errors were encountered: