mirror of https://github.com/usbharu/Hideout.git
test: InboxCommonTestについて 保守コストが高すぎるため廃止
This commit is contained in:
parent
2e4b82dc05
commit
40b44b0e65
|
@ -27,6 +27,7 @@ import org.flywaydb.core.Flyway
|
||||||
import org.junit.jupiter.api.AfterAll
|
import org.junit.jupiter.api.AfterAll
|
||||||
import org.junit.jupiter.api.Assertions.assertTrue
|
import org.junit.jupiter.api.Assertions.assertTrue
|
||||||
import org.junit.jupiter.api.BeforeAll
|
import org.junit.jupiter.api.BeforeAll
|
||||||
|
import org.junit.jupiter.api.Disabled
|
||||||
import org.junit.jupiter.api.TestFactory
|
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
|
||||||
|
@ -38,6 +39,7 @@ import org.springframework.transaction.annotation.Transactional
|
||||||
webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT
|
webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT
|
||||||
)
|
)
|
||||||
@Transactional
|
@Transactional
|
||||||
|
@Disabled
|
||||||
class InboxCommonTest {
|
class InboxCommonTest {
|
||||||
@LocalServerPort
|
@LocalServerPort
|
||||||
private var port = ""
|
private var port = ""
|
||||||
|
|
Loading…
Reference in New Issue