Skip to content

Commit

Permalink
ignore flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Aug 20, 2024
1 parent ef85318 commit d1df556
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import io.micronaut.runtime.server.EmbeddedServer
//tag::rxImport[]
import org.reactivestreams.Publisher
import reactor.core.publisher.Mono
import spock.lang.Ignore

//end::rxImport[]
import spock.lang.Specification
Expand All @@ -34,6 +35,7 @@ import spock.lang.Specification
* @author graemerocher
* @since 1.0
*/
@Ignore("it is flaky https://ge.micronaut.io/scans/tests?tests.container=io.micronaut.function.client.aws.LocalFunctionInvokeSpec")
class LocalFunctionInvokeSpec extends Specification {

//tag::invokeLocalFunction[]
Expand Down

0 comments on commit d1df556

Please sign in to comment.