Skip to content

Commit

Permalink
Delete unsupported tests
Browse files Browse the repository at this point in the history
  • Loading branch information
qwwdfsad committed Apr 5, 2022
1 parent 0a65ab9 commit 1ee4f5d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 59 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@

package kotlinx.coroutines

import kotlinx.coroutines.internal.*
import kotlin.test.*

class LimitedParallelismSharedTest : TestBase() {

@Test
fun testLimitedDefault() = runTest {
if (!isReuseSupportedInPlatform()) return@runTest
// Test that evaluates the very basic completion of tasks in limited dispatcher
// for all supported platforms.
// For more specific and concurrent tests, see 'concurrent' package.
Expand Down

This file was deleted.

2 changes: 2 additions & 0 deletions kotlinx-coroutines-core/native/test/ParkStressTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ package kotlinx.coroutines

import kotlin.native.concurrent.*
import kotlin.test.*
import kotlinx.coroutines.*
import kotlinx.coroutines.exceptions.*

private const val timeoutMicroseconds = Long.MAX_VALUE / 1000L // too long.
private const val nTasks = 10_000 // repeat test
Expand Down

0 comments on commit 1ee4f5d

Please sign in to comment.