Skip to content

Commit

Permalink
ignore jvm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed May 1, 2022
1 parent a713ef2 commit c013080
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/jvmTest/kotlin/com/hoc081098/flowext/TakeUntilJvmTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@ import kotlinx.coroutines.flow.onCompletion
import kotlinx.coroutines.flow.onEach
import kotlinx.coroutines.flow.take
import kotlinx.coroutines.runBlocking
import kotlin.test.Ignore
import kotlin.test.Test
import kotlin.test.assertEquals
import kotlin.test.assertIs
import kotlin.time.Duration.Companion.milliseconds
import kotlin.time.Duration.Companion.seconds

@Ignore("Ignore JVM tests. Run only locally.")
@InternalCoroutinesApi
@ExperimentalCoroutinesApi
class TakeUntilJvmTest {
Expand Down
3 changes: 3 additions & 0 deletions src/jvmTest/kotlin/com/hoc081098/flowext/ThrottleJvmTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,15 @@ import kotlinx.coroutines.flow.onEach
import kotlinx.coroutines.flow.take
import kotlinx.coroutines.runBlocking
import java.util.concurrent.Executors
import kotlin.test.Ignore
import kotlin.test.Test
import kotlin.test.assertEquals
import kotlin.test.assertFalse
import kotlin.test.assertIs
import kotlin.time.Duration
import kotlin.time.Duration.Companion.milliseconds

@Ignore("Ignore JVM tests. Run only locally.")
@ExperimentalCoroutinesApi
class ThrottleFirstJvmTest {
@Test
Expand Down Expand Up @@ -327,6 +329,7 @@ class ThrottleFirstJvmTest {
}
}

@Ignore("Ignore JVM tests. Run only locally.")
@ExperimentalCoroutinesApi
class ThrottleLastJvmTest {
@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@ import kotlinx.coroutines.flow.flowOf
import kotlinx.coroutines.flow.onEach
import kotlinx.coroutines.flow.toList
import kotlinx.coroutines.runBlocking
import kotlin.test.Ignore
import kotlin.test.Test
import kotlin.test.assertEquals
import kotlin.test.assertFailsWith

@Ignore("Ignore JVM tests. Run only locally.")
@InternalCoroutinesApi
@ExperimentalCoroutinesApi
class WithLatestFromJvmTest {
Expand Down

0 comments on commit c013080

Please sign in to comment.