mirror of https://github.com/usbharu/Hideout.git
test: FollowAcceptTestを無効化 https://github.com/usbharu/Hideout/issues/179#issuecomment-1837388337
This commit is contained in:
parent
aaa8bcdad8
commit
2b3b2b48d3
|
@ -8,10 +8,7 @@ import dev.usbharu.hideout.SpringApplication
|
|||
import kotlinx.coroutines.delay
|
||||
import kotlinx.coroutines.runBlocking
|
||||
import org.flywaydb.core.Flyway
|
||||
import org.junit.jupiter.api.AfterAll
|
||||
import org.junit.jupiter.api.Assertions
|
||||
import org.junit.jupiter.api.BeforeAll
|
||||
import org.junit.jupiter.api.TestFactory
|
||||
import org.junit.jupiter.api.*
|
||||
import org.springframework.beans.factory.annotation.Autowired
|
||||
import org.springframework.boot.test.context.SpringBootTest
|
||||
import org.springframework.boot.test.web.server.LocalServerPort
|
||||
|
@ -30,6 +27,7 @@ class FollowAcceptTest {
|
|||
|
||||
@Karate.Test
|
||||
@TestFactory
|
||||
@Disabled
|
||||
fun `FollowAcceptTest`(): Karate {
|
||||
return KarateUtil.e2eTest(
|
||||
"FollowAcceptTest", "Follow Accept Test",
|
||||
|
|
Loading…
Reference in New Issue