From 2b3b2b48d387dc9986bcc179aeaf417adebc9108 Mon Sep 17 00:00:00 2001 From: usbharu <64310155+usbharu@users.noreply.github.com> Date: Sun, 3 Dec 2023 15:52:01 +0900 Subject: [PATCH] =?UTF-8?q?test:=20FollowAcceptTest=E3=82=92=E7=84=A1?= =?UTF-8?q?=E5=8A=B9=E5=8C=96=20https://github.com/usbharu/Hideout/issues/?= =?UTF-8?q?179#issuecomment-1837388337?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/e2eTest/kotlin/federation/FollowAcceptTest.kt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/e2eTest/kotlin/federation/FollowAcceptTest.kt b/src/e2eTest/kotlin/federation/FollowAcceptTest.kt index 2f7cdf4d..3c7cd02d 100644 --- a/src/e2eTest/kotlin/federation/FollowAcceptTest.kt +++ b/src/e2eTest/kotlin/federation/FollowAcceptTest.kt @@ -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",