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 bb6659a commit a1b7f65Copy full SHA for a1b7f65
utbot-framework/src/test/kotlin/org/utbot/framework/codegen/DependencyUtilsTests.kt
@@ -1,13 +1,15 @@
1
package org.utbot.framework.codegen
2
3
import org.junit.jupiter.api.Assertions.assertTrue
4
+import org.junit.jupiter.api.Disabled
5
import org.junit.jupiter.params.ParameterizedTest
6
import org.junit.jupiter.params.provider.Arguments
7
import org.junit.jupiter.params.provider.MethodSource
8
import org.utbot.common.PathUtil.getUrlsFromClassLoader
9
import org.utbot.framework.codegen.model.util.checkFrameworkDependencies
10
import java.io.File
11
12
+@Disabled
13
class DependencyUtilsTests {
14
@ParameterizedTest
15
@MethodSource("provideDependencyPaths")
0 commit comments