Skip to content

Commit 7e8b52e

Browse files
committed
Ignore CoroutineSchedulerStressTest.testExternalTasksSubmission
It is not reliable. See #904
1 parent bd2d954 commit 7e8b52e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/kotlinx-coroutines-core/test/scheduling/CoroutineSchedulerStressTest.kt

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import kotlinx.coroutines.*
88
import kotlinx.coroutines.internal.*
99
import kotlinx.coroutines.scheduling.SchedulerTestBase.Companion.checkPoolThreadsCreated
1010
import org.junit.*
11+
import org.junit.Ignore
1112
import org.junit.Test
1213
import java.util.concurrent.*
1314
import java.util.concurrent.atomic.*
@@ -37,6 +38,7 @@ class CoroutineSchedulerStressTest : TestBase() {
3738

3839
@Test
3940
@Suppress("DEPRECATION")
41+
@Ignore // this test often fails on windows, todo: figure out how to fix it. See issue #904
4042
fun testExternalTasksSubmission() {
4143
stressTest(CommonPool)
4244
}

0 commit comments

Comments
 (0)