Skip to content

Commit

Permalink
Revert "test: annotate failing test with @PendingFeature (#236)"
Browse files Browse the repository at this point in the history
This reverts commit 5538a65.
  • Loading branch information
sdelamo committed Oct 14, 2022
1 parent 5538a65 commit 72726f9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import groovy.json.JsonSlurper
import io.micronaut.http.HttpRequest
import io.micronaut.http.HttpResponse
import io.micronaut.http.HttpStatus
import spock.lang.PendingFeature

class JsonFeedControllerSpec extends EmbeddedServerSpecification {

Expand All @@ -13,7 +12,6 @@ class JsonFeedControllerSpec extends EmbeddedServerSpecification {
'JsonFeedControllerSpec'
}

@PendingFeature
void "/feeds/json returns a json feed if JsonFeedProvider exists"() {
given:
String expected = '''
Expand Down

0 comments on commit 72726f9

Please sign in to comment.