Skip to content

Commit

Permalink
Mark groupWithin test flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilquist committed Aug 24, 2021
1 parent 34f7dca commit 67ff901
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ class StreamCombinatorsSuite extends Fs2Suite {
}
}

test("accumulation and splitting") {
test("accumulation and splitting".flaky) {
val t = 200.millis
val size = 5
val sleep = Stream.sleep_[IO](2 * t)
Expand Down

0 comments on commit 67ff901

Please sign in to comment.