BAEL-8231 Disabled "is working" statement in a test case in CoroutinesTest.kt
This commit is contained in:
parent
e7485a1813
commit
cecb8f2c2c
|
@ -103,7 +103,7 @@ class CoroutinesTest {
|
||||||
//given
|
//given
|
||||||
val job = launch(CommonPool) {
|
val job = launch(CommonPool) {
|
||||||
while (isActive) {
|
while (isActive) {
|
||||||
println("is working")
|
//println("is working")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue