mdedetrich commented on code in PR #2467:
URL: https://github.com/apache/pekko/pull/2467#discussion_r2508203985


##########
stream-tests/src/test/scala/org/apache/pekko/stream/io/compression/CoderSpec.scala:
##########
@@ -145,6 +147,7 @@ abstract class CoderSpec(codecName: String) extends 
AnyWordSpec with CodecSpecSu
     }
 
     "be able to decode chunk-by-chunk (depending on input chunks)" in {
+      assume(autoFlush)

Review Comment:
   This test is only valid when you flush on each element on the stream as its 
testing that each individual element can be decompressed on its own and that is 
not the case when you have `autoFlush` disabled



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to