Skip to content

Commit 265ae44

Browse files
committed
Fixed MonoTest after Project Reactor version update
1 parent 24cd654 commit 265ae44

File tree

1 file changed

+1
-1
lines changed
  • reactive/kotlinx-coroutines-reactor/src/test/kotlin/kotlinx/coroutines/experimental/reactor

1 file changed

+1
-1
lines changed

reactive/kotlinx-coroutines-reactor/src/test/kotlin/kotlinx/coroutines/experimental/reactor/MonoTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import reactor.core.publisher.Mono
3939
class MonoTest : TestBase() {
4040
@Before
4141
fun setup() {
42-
ignoreLostThreads("timer-")
42+
ignoreLostThreads("timer-", "parallel-")
4343
}
4444

4545
@Test

0 commit comments

Comments
 (0)