We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd2d954 commit 7e8b52eCopy full SHA for 7e8b52e
core/kotlinx-coroutines-core/test/scheduling/CoroutineSchedulerStressTest.kt
@@ -8,6 +8,7 @@ import kotlinx.coroutines.*
8
import kotlinx.coroutines.internal.*
9
import kotlinx.coroutines.scheduling.SchedulerTestBase.Companion.checkPoolThreadsCreated
10
import org.junit.*
11
+import org.junit.Ignore
12
import org.junit.Test
13
import java.util.concurrent.*
14
import java.util.concurrent.atomic.*
@@ -37,6 +38,7 @@ class CoroutineSchedulerStressTest : TestBase() {
37
38
39
@Test
40
@Suppress("DEPRECATION")
41
+ @Ignore // this test often fails on windows, todo: figure out how to fix it. See issue #904
42
fun testExternalTasksSubmission() {
43
stressTest(CommonPool)
44
}
0 commit comments