Hi. I’m not seeing the same behavior locally. I just ran a deployment selecting Run Specified Tests with an Apex unit test run configuration selected, and only those tests were executed. I can also see that reflected in the debug log:
2024-09-09 10:13:48,836 [ 253517] FINE - #com.illuminatedcloud.intellij.builder.deploy.ForceComMetadataApiDeployer - Submitting deployment request: { "allowMissingFiles": true, "autoUpdatePackage": false, "checkOnly": false, "rollbackOnError": false, "runTests": [ "ShoppingListMobileListControllerTest", "ShoppingListMobileViewControllerTest" ], "singlePackage": true, "testLevel": "RUN_SPECIFIED_TESTS" }Can you please enable debug logging for Metadata Deployment and Apex Unit Testing, reproduce the behavior that you’re seeing, and email the resulting idea.log file to me for review?
Regards,
Scott Wells