File tree 3 files changed +1
-4
lines changed
function-client-aws/src/test
groovy/io/micronaut/function/client/aws
java/io/micronaut/function/client/aws
3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ import spock.lang.Specification
35
35
* @author graemerocher
36
36
* @since 1.0
37
37
*/
38
- @Ignore (" it is flaky https://ge.micronaut.io/scans/tests?tests.container=io.micronaut.function.client.aws.LocalFunctionInvokeSpec" )
39
38
class LocalFunctionInvokeSpec extends Specification {
40
39
41
40
// tag::invokeLocalFunction[]
Original file line number Diff line number Diff line change 10
10
11
11
class LocalFunctionInvokeJavaTest {
12
12
13
- @ Disabled ("it is flaky https://ge.micronaut.io/scans/tests?tests.container=io.micronaut.function.client.aws.LocalFunctionInvokeSpec" )
14
13
@ Test
15
14
void testInvokingALocalFunction () {
16
15
Suma sum = new Suma ();
@@ -27,7 +26,6 @@ void testInvokingALocalFunction() {
27
26
server .close ();
28
27
}
29
28
30
- @ Disabled ("it is flaky https://ge.micronaut.io/scans/tests?tests.container=io.micronaut.function.client.aws.LocalFunctionInvokeSpec" )
31
29
@ Test
32
30
void testInvokingALocalFunctionRX () {
33
31
Suma sum = new Suma ();
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ jetty = '11.0.22'
11
11
logback-json-classic = ' 0.1.5'
12
12
13
13
micronaut-discovery = " 4.4.0"
14
- micronaut-groovy = " 4.3 .0"
14
+ micronaut-groovy = " 4.4 .0"
15
15
micronaut-logging = " 1.4.0"
16
16
micronaut-mongodb = " 5.3.0"
17
17
micronaut-reactor = " 3.5.0"
You can’t perform that action at this time.
0 commit comments