Skip to content

Commit 0e60960

Browse files
committed
Disable Exchange test
1 parent e00febd commit 0e60960

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/kotlin/com/viartemev/thewhiterabbit/exchange/ExchangeTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ import kotlinx.coroutines.runBlocking
88
import org.junit.jupiter.api.Assertions.assertNotNull
99
import org.junit.jupiter.api.Assertions.assertTrue
1010
import org.junit.jupiter.api.BeforeAll
11+
import org.junit.jupiter.api.Disabled
1112
import org.junit.jupiter.api.Test
1213
import org.junit.jupiter.api.TestInstance
1314
import org.testcontainers.junit.jupiter.Container
1415
import org.testcontainers.junit.jupiter.Testcontainers
1516

17+
@Disabled("FIXME")
1618
@Testcontainers
1719
@TestInstance(TestInstance.Lifecycle.PER_CLASS)
1820
class ExchangeTest {

0 commit comments

Comments
 (0)