From 40b44b0e65a3e9a61f07b1e9e63b317fe2c75c7f Mon Sep 17 00:00:00 2001 From: usbharu <64310155+usbharu@users.noreply.github.com> Date: Tue, 20 Feb 2024 23:18:18 +0900 Subject: [PATCH] =?UTF-8?q?test:=20InboxCommonTest=E3=81=AB=E3=81=A4?= =?UTF-8?q?=E3=81=84=E3=81=A6=20=E4=BF=9D=E5=AE=88=E3=82=B3=E3=82=B9?= =?UTF-8?q?=E3=83=88=E3=81=8C=E9=AB=98=E3=81=99=E3=81=8E=E3=82=8B=E3=81=9F?= =?UTF-8?q?=E3=82=81=E5=BB=83=E6=AD=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/e2eTest/kotlin/federation/InboxCommonTest.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/e2eTest/kotlin/federation/InboxCommonTest.kt b/src/e2eTest/kotlin/federation/InboxCommonTest.kt index 6800e062..2e1ece7f 100644 --- a/src/e2eTest/kotlin/federation/InboxCommonTest.kt +++ b/src/e2eTest/kotlin/federation/InboxCommonTest.kt @@ -27,6 +27,7 @@ import org.flywaydb.core.Flyway import org.junit.jupiter.api.AfterAll import org.junit.jupiter.api.Assertions.assertTrue import org.junit.jupiter.api.BeforeAll +import org.junit.jupiter.api.Disabled import org.junit.jupiter.api.TestFactory import org.springframework.beans.factory.annotation.Autowired import org.springframework.boot.test.context.SpringBootTest @@ -38,6 +39,7 @@ import org.springframework.transaction.annotation.Transactional webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT ) @Transactional +@Disabled class InboxCommonTest { @LocalServerPort private var port = ""