Skip to content

Commit

Permalink
disable old test
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Jul 2, 2024
1 parent f5cecb6 commit 26983d8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ import dev.morphia.critter.parser.java.CritterParser
import java.io.File
import java.lang.reflect.Method
import org.testng.annotations.DataProvider
import org.testng.annotations.Test

class TestParsing {
init {
System.setProperty("org.openrewrite.adapt.dumpClass", "true")
}

@Test(dataProvider = "sources")
// @Test(dataProvider = "sources")
fun basicClass(file: File) {
CritterParser.outputGenerated = File("target/basicClass/")
val klass = CritterParser.parser(file)
Expand Down

0 comments on commit 26983d8

Please sign in to comment.