Skip to content

Commit c74fd56

Browse files
committed
Mark TopicSuite test flaky
1 parent 834335b commit c74fd56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/shared/src/test/scala/fs2/concurrent/TopicSuite.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ class TopicSuite extends Fs2Suite {
7171
}
7272
}
7373

74-
test("unregister subscribers under concurrent load") {
74+
// https://github.com/typelevel/fs2/issues/3071
75+
test("unregister subscribers under concurrent load".flaky) {
7576
Topic[IO, Int].flatMap { topic =>
7677
val count = 100
7778
val subs = 10

0 commit comments

Comments
 (0)