Skip to content

Commit dbb5467

Browse files
committed
no longer pending
1 parent 25c42e7 commit dbb5467

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class ProcessorEndToEndTest extends ProcessorTestBase {
3434
'deprecated',
3535
'ref-into-another-file-path',
3636
'ref-is-relative-to-current-file',
37+
'ref-loop-array',
3738
'ref-parameter',
3839
'ref-parameter-with-primitive-mapping',
3940
'response-content-multiple-no-content'

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)