Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit 905043c

Browse files
committed
not pending anymore
1 parent 5c47e50 commit 905043c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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}")

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)