Skip to content

Commit 9386098

Browse files
committed
disable
1 parent 7e99d11 commit 9386098

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/testInt/kotlin/io/openapiprocessor/spring/ProcessorPendingSpec.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import io.openapiprocessor.test.TestSetRunner
1919
class ProcessorPendingSpec: StringSpec({
2020

2121
for (testSet in sources()) {
22-
"native - $testSet".config(enabled = true) {
22+
"native - $testSet".config(enabled = false) {
2323
val folder = tempdir()
2424

2525
val support = FileSupport(

0 commit comments

Comments
 (0)