Skip to content

Commit 3104f54

Browse files
committed
not pending anymore
1 parent 7073dc6 commit 3104f54

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

openapi-processor-core/src/testInt/groovy/com/github/hauner/openapi/processor/core/ProcessorEndToEndTest.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ class ProcessorEndToEndTest extends ProcessorTestBase {
3737
'ref-loop-array',
3838
'ref-parameter',
3939
'ref-parameter-with-primitive-mapping',
40-
'response-content-multiple-no-content'
40+
'response-content-multiple-no-content',
41+
'schema-composed-allof'
4142
]
4243

4344
@Parameterized.Parameters(name = "{0}")

openapi-processor-core/src/testInt/groovy/com/github/hauner/openapi/processor/core/ProcessorPendingTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import org.junit.runner.RunWith
2525
import org.junit.runners.Parameterized
2626
import spock.lang.Ignore
2727

28-
//@Ignore
28+
@Ignore
2929
@RunWith(Parameterized)
3030
class ProcessorPendingTest extends ProcessorTestBase {
3131

0 commit comments

Comments
 (0)