Skip to content

Commit

Permalink
Remove HeadersTest TCK exclusion (#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyg484 authored Nov 18, 2023
1 parent a172f85 commit 874a2bc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"io.micronaut.http.server.tck.gcp.function.tests"
})
@ExcludeClassNamePatterns({
"io.micronaut.http.server.tck.tests.FilterProxyTest",
"io.micronaut.http.server.tck.tests.HeadersTest"
"io.micronaut.http.server.tck.tests.FilterProxyTest"
})
@SuiteDisplayName("HTTP Server TCK for for GCP Function HTTP")
class GcpFunctionHttpServerTestSuite {
Expand Down

0 comments on commit 874a2bc

Please sign in to comment.