Skip to content

Commit

Permalink
Ignore CgChatClient test
Browse files Browse the repository at this point in the history
  • Loading branch information
onoderis committed Dec 23, 2018
1 parent f4f9b86 commit 9e211be
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import org.junit.Test
import java.util.concurrent.atomic.AtomicBoolean
import kotlin.test.assertTrue

class ChatClientTest {
class CgChatClientTest {

private lateinit var chatClient: CgChatClient

Expand All @@ -30,6 +30,7 @@ class ChatClientTest {
@After
fun stopChatClient() = chatClient.stop()

@Ignore
@Test
fun connectionTest() {
initChatClient("scatman", 10946)
Expand Down Expand Up @@ -61,4 +62,4 @@ class ChatClientTest {
readLine()
}

}
}

0 comments on commit 9e211be

Please sign in to comment.