This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-http.git


The following commit(s) were added to refs/heads/main by this push:
     new e4090032c Update TestServer.scala (#740)
e4090032c is described below

commit e4090032ccb6eda0a3dbefaaf62a412f9162607d
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Sep 3 17:48:47 2025 +0100

    Update TestServer.scala (#740)
---
 http-core/src/test/scala/org/apache/pekko/http/scaladsl/TestServer.scala | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/http-core/src/test/scala/org/apache/pekko/http/scaladsl/TestServer.scala 
b/http-core/src/test/scala/org/apache/pekko/http/scaladsl/TestServer.scala
index 3102225d0..0fed5d5f1 100644
--- a/http-core/src/test/scala/org/apache/pekko/http/scaladsl/TestServer.scala
+++ b/http-core/src/test/scala/org/apache/pekko/http/scaladsl/TestServer.scala
@@ -43,7 +43,6 @@ object TestServer extends App {
   implicit val system: ActorSystem = ActorSystem("ServerTest", testConf)
 
   val settings = ActorMaterializerSettings(system)
-    .withFuzzing(false)
     //    .withSyncProcessingLimit(Int.MaxValue)
     .withInputBuffer(128, 128)
   implicit val fm: ActorMaterializer = ActorMaterializer(settings)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to