Skip to content

Commit

Permalink
Skip tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 committed Oct 9, 2023
1 parent 32893c9 commit 5bdf695
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import io.netty.handler.codec.string.LineSeparator
import org.junit.jupiter.api.AfterEach
import org.junit.jupiter.api.BeforeAll
import org.junit.jupiter.api.BeforeEach
import org.junit.jupiter.api.Disabled
import org.junit.jupiter.api.Test
import org.skyscreamer.jsonassert.JSONAssert
import org.slf4j.Logger
Expand All @@ -29,6 +30,7 @@ import java.nio.charset.StandardCharsets
import java.time.Duration
import java.time.temporal.ChronoUnit

@Disabled
class LobbyClientTest {
companion object {
val TIMEOUT: Long = 10000;
Expand Down

0 comments on commit 5bdf695

Please sign in to comment.