Skip to content

Commit 67ff901

Browse files
committed
Mark groupWithin test flaky
1 parent 34f7dca commit 67ff901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/shared/src/test/scala/fs2/StreamCombinatorsSuite.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ class StreamCombinatorsSuite extends Fs2Suite {
819819
}
820820
}
821821

822-
test("accumulation and splitting") {
822+
test("accumulation and splitting".flaky) {
823823
val t = 200.millis
824824
val size = 5
825825
val sleep = Stream.sleep_[IO](2 * t)

0 commit comments

Comments
 (0)