Skip to content

Commit

Permalink
Fixed failing pinapple test for zioHttp
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekzylinski committed Oct 19, 2021
1 parent bddf17c commit 01ffd8e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ class ZioHttpServerTest extends TestSuite {
).tests() ++
// TODO: re-enable static content once a newer zio http is available. Currently these tests often fail with:
// Cause: java.io.IOException: parsing HTTP/1.1 status line, receiving [f2 content], parser state [STATUS_LINE]
new AllServerTests(createServerTest, interpreter, backend, basic = false, staticContent = false, multipart = false).tests() ++
new AllServerTests(createServerTest, interpreter, backend, basic = false, staticContent = false, multipart = false, file = false)
.tests() ++
new ServerStreamingTests(createServerTest, ZioStreams).tests()
}
}
Expand Down

0 comments on commit 01ffd8e

Please sign in to comment.