Skip to content

Commit a4d3a3b

Browse files
committed
#BAEL-9291: add @disabled
1 parent c58b12d commit a4d3a3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-ai-3/src/test/java/com/baeldung/springai/docker/modelrunner/ModelRunnerApplicationUnitTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import static org.assertj.core.api.AssertionsForInterfaceTypes.assertThat;
44

55
import org.junit.jupiter.api.BeforeEach;
6+
import org.junit.jupiter.api.Disabled;
67
import org.junit.jupiter.api.Test;
78
import org.springframework.beans.factory.annotation.Autowired;
89
import org.springframework.boot.test.context.SpringBootTest;
@@ -30,6 +31,7 @@ void setUp() {
3031
}
3132

3233
@Test
34+
@Disabled
3335
void givenMessage_whenCallChatController_thenSuccess() {
3436
// given
3537
String userMessage = "Hello, how are you?";

0 commit comments

Comments
 (0)