Skip to content

Commit 9e0ac70

Browse files
minor
1 parent ad5af5d commit 9e0ac70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utbot-framework/src/main/kotlin/org/utbot/framework/plugin/api/TestCaseGenerator.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,6 @@ open class TestCaseGenerator(
150150
for ((method, controller) in method2controller) {
151151
controller.job = launch(currentUtContext) {
152152
if (!isActive) return@launch
153-
//TODO remove
154-
//if (!method.name.contains("testFunc3")) return@launch
155153

156154
try {
157155
//yield one to

0 commit comments

Comments
 (0)