diff --git a/src/test/kotlin/fr/postgresjson/functionGenerator/FunctionGeneratorTest.kt b/src/test/kotlin/fr/postgresjson/functionGenerator/FunctionGeneratorTest.kt index e6f4bf3..5849872 100644 --- a/src/test/kotlin/fr/postgresjson/functionGenerator/FunctionGeneratorTest.kt +++ b/src/test/kotlin/fr/postgresjson/functionGenerator/FunctionGeneratorTest.kt @@ -2,9 +2,11 @@ package fr.postgresjson.functionGenerator import fr.postgresjson.definition.parse.parseFunction import io.kotest.core.Tag +import io.kotest.core.annotation.Ignored import io.kotest.core.spec.style.StringSpec import org.amshove.kluent.`should be equal to` +@Ignored class FunctionGeneratorTest : StringSpec({ tags(Tag("Generator")) val functionDirectory = this::class.java.getResource("/sql/function/Test")!!.toURI()