Skip to content

Commit

Permalink
Revert "test: annotate broken tests with @PendingFeature (#278)"
Browse files Browse the repository at this point in the history
This reverts commit d749275.
  • Loading branch information
sdelamo committed Oct 13, 2022
1 parent 4b60e08 commit 281ac8f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import io.micronaut.core.type.Argument
import io.micronaut.health.HealthStatus
import io.micronaut.management.health.indicator.HealthResult
import one.microstream.storage.restadapter.types.ViewerObjectDescription
import spock.lang.PendingFeature
import spock.lang.Requires

class SerdeImportSpec extends JsonCompileSpec {
Expand Down Expand Up @@ -48,7 +47,6 @@ class AddMixin {
context.close()
}

@PendingFeature
void "test mixin constructor"() {
def context = buildContext('mixintest.Test','''
package mixintest;
Expand Down Expand Up @@ -110,7 +108,6 @@ abstract class TestMixin {
context.close()
}

@PendingFeature
void "test import with interface"() {
def context = buildContext('mixintest.HttpStatusInfo','''
package mixintest;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1896,7 +1896,6 @@ class Test {
writeJson(jsonMapper, beanUnderTest) == '{"foo":"bar"}'
}

@PendingFeature
void "optional nullable mix"() {
given:
def context = buildContext('example.Test', '''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import io.micronaut.management.health.indicator.HealthResult
import io.micronaut.serde.ObjectMapper
import io.micronaut.test.extensions.spock.annotation.MicronautTest
import jakarta.inject.Inject
import spock.lang.PendingFeature
import spock.lang.Specification

import java.nio.charset.StandardCharsets
Expand Down Expand Up @@ -37,7 +36,6 @@ class CoreTypeSerdeSpec extends Specification {
hr.status == HealthStatus.DOWN
}

@PendingFeature
void "test read / write JsonError"() {
given:
JsonError error = new JsonError("my error")
Expand Down

0 comments on commit 281ac8f

Please sign in to comment.