Skip to content

Commit

Permalink
test: annotate test with @stepwise
Browse files Browse the repository at this point in the history
It fails otherwise when run in parallel
  • Loading branch information
sdelamo committed Aug 22, 2024
1 parent d28b36f commit 7e328d4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ import io.micronaut.http.HttpStatus
import io.micronaut.http.MediaType
import io.micronaut.http.annotation.*
import io.micronaut.test.extensions.spock.annotation.MicronautTest
import spock.lang.Stepwise

@Stepwise
@MicronautTest
class SimpleServerSpec extends BaseServerlessApplicationSpec {

Expand Down

0 comments on commit 7e328d4

Please sign in to comment.