We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad5af5d commit 9e0ac70Copy full SHA for 9e0ac70
utbot-framework/src/main/kotlin/org/utbot/framework/plugin/api/TestCaseGenerator.kt
@@ -150,8 +150,6 @@ open class TestCaseGenerator(
150
for ((method, controller) in method2controller) {
151
controller.job = launch(currentUtContext) {
152
if (!isActive) return@launch
153
- //TODO remove
154
- //if (!method.name.contains("testFunc3")) return@launch
155
156
try {
157
//yield one to
0 commit comments