Skip to content

Commit aab5abc

Browse files
committed
revert flaky
1 parent c362b62 commit aab5abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ class StreamCombinatorsSuite extends Fs2Suite {
745745
}
746746
}
747747

748-
test("accumulation and splitting") {
748+
test("accumulation and splitting".flaky) {
749749
val t = 200.millis
750750
val size = 5
751751
val sleep = Stream.sleep_[IO](2 * t)

0 commit comments

Comments
 (0)