skip FunctionGeneratorTest for now

This commit is contained in:
2023-06-02 22:08:10 +02:00
parent 7c26670a1b
commit f228ec8da2

View File

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