Skip to content

Commit

Permalink
Remove @PendingFeature from ConfigLoadingSpec test which now pass (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley authored Oct 2, 2024
1 parent 3813d75 commit dd3e387
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ class ConfigLoadingSpec extends Specification {
}

@Unroll
@PendingFeature(reason='''
Plugin Groovy Micronaut Bean - my.value2: null
Plugin Java Micronaut Bean - my.value2: null
App Groovy Micronaut Bean - my.value2: null
''')
void '#beanType beans can load plugin config values'(String beanType, String expectedResponseValue) {

when: 'The app controller is visited'
Expand Down

0 comments on commit dd3e387

Please sign in to comment.