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.delay
|
||||||
import kotlinx.coroutines.runBlocking
|
import kotlinx.coroutines.runBlocking
|
||||||
import org.flywaydb.core.Flyway
|
import org.flywaydb.core.Flyway
|
||||||
import org.junit.jupiter.api.AfterAll
|
import org.junit.jupiter.api.*
|
||||||
import org.junit.jupiter.api.Assertions
|
|
||||||
import org.junit.jupiter.api.BeforeAll
|
|
||||||
import org.junit.jupiter.api.TestFactory
|
|
||||||
import org.springframework.beans.factory.annotation.Autowired
|
import org.springframework.beans.factory.annotation.Autowired
|
||||||
import org.springframework.boot.test.context.SpringBootTest
|
import org.springframework.boot.test.context.SpringBootTest
|
||||||
import org.springframework.boot.test.web.server.LocalServerPort
|
import org.springframework.boot.test.web.server.LocalServerPort
|
||||||
|
@ -30,6 +27,7 @@ class FollowAcceptTest {
|
||||||
|
|
||||||
@Karate.Test
|
@Karate.Test
|
||||||
@TestFactory
|
@TestFactory
|
||||||
|
@Disabled
|
||||||
fun `FollowAcceptTest`(): Karate {
|
fun `FollowAcceptTest`(): Karate {
|
||||||
return KarateUtil.e2eTest(
|
return KarateUtil.e2eTest(
|
||||||
"FollowAcceptTest", "Follow Accept Test",
|
"FollowAcceptTest", "Follow Accept Test",
|
||||||
|
|
Loading…
Reference in New Issue