Skip to content

Commit

Permalink
disable flakey test
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Nov 25, 2024
1 parent aaebe02 commit 07a49f9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"io.micronaut.http.server.tck.tests.FilterProxyTest", // see https://github.com/micronaut-projects/micronaut-core/issues/9725
"io.micronaut.http.server.tck.tests.LocalErrorReadingBodyTest", // Cannot read body as text once stream is exhausted trying to read it as a different type See https://github.com/micronaut-projects/micronaut-servlet/pull/548
"io.micronaut.http.server.tck.tests.jsonview.JsonViewsTest", // Not serdeable
"io.micronaut.http.server.tck.tests.cors.CorsSimpleRequestTest" // test is flakey
})
public class JettyHttpServerTestSuite {
}

0 comments on commit 07a49f9

Please sign in to comment.