Skip to content

Commit

Permalink
Skip Utilize provided Host header test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed Mar 25, 2019
1 parent dd81cec commit 2ebbd40
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -181,7 +181,7 @@ class Http1ClientStageSpec extends Http4sSpec {
response must_== "done"
}

"Utilize a provided Host header" in {
"Utilize a provided Host header" in skipOnCi {
val resp = "HTTP/1.1 200 OK\r\n\r\ndone"

val req = FooRequest.withHeaders(headers.Host("bar.test"))
Expand Down

0 comments on commit 2ebbd40

Please sign in to comment.