Skip to content

Commit

Permalink
Disabled reject tests for play server
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekzylinski committed Oct 19, 2021
1 parent 01ffd8e commit 5476209
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class PlayServerTest extends TestSuite {

new ServerBasicTests(createServerTest, interpreter, multipleValueHeaderSupport = false, inputStreamSupport = false).tests() ++
new ServerMultipartTests(createServerTest, multipartInlineHeaderSupport = false).tests() ++
new AllServerTests(createServerTest, interpreter, backend, basic = false, multipart = false).tests() ++
new AllServerTests(createServerTest, interpreter, backend, basic = false, multipart = false, reject = false).tests() ++
new ServerStreamingTests(createServerTest, AkkaStreams).tests() ++
new PlayServerWithContextTest(backend).tests()
}
Expand Down

0 comments on commit 5476209

Please sign in to comment.