From 119910f79a9ec0b698669fd747dbf87ba5578855 Mon Sep 17 00:00:00 2001 From: Adam Fraser Date: Thu, 12 Oct 2023 18:45:37 -0700 Subject: [PATCH] revert --- zio-http/src/test/scala/zio/http/ClientStreamingSpec.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zio-http/src/test/scala/zio/http/ClientStreamingSpec.scala b/zio-http/src/test/scala/zio/http/ClientStreamingSpec.scala index 58226f4369..a8b3b78004 100644 --- a/zio-http/src/test/scala/zio/http/ClientStreamingSpec.scala +++ b/zio-http/src/test/scala/zio/http/ClientStreamingSpec.scala @@ -166,7 +166,7 @@ object ClientStreamingSpec extends HttpRunnableSpec { ) } } yield result - } @@ samples(50), + } @@ samples(50) @@ TestAspect.ifEnvNotSet("CI"), test("decoding random pre-encoded form") { for { port <- server(streamingServer) @@ -199,7 +199,7 @@ object ClientStreamingSpec extends HttpRunnableSpec { ) } } yield result - } @@ samples(50), + } @@ samples(50) @@ TestAspect.ifEnvNotSet("CI"), test("decoding large form with random chunk and buffer sizes") { val N = 1024 * 1024 for { @@ -234,7 +234,7 @@ object ClientStreamingSpec extends HttpRunnableSpec { )).tapErrorCause(cause => ZIO.debug(cause.prettyPrint)) } } yield result - } @@ samples(20), + } @@ samples(20) @@ TestAspect.ifEnvNotSet("CI"), test("failed stream") { for { port <- server(streamingServer)