We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58b12d commit a4d3a3bCopy full SHA for a4d3a3b
spring-ai-3/src/test/java/com/baeldung/springai/docker/modelrunner/ModelRunnerApplicationUnitTest.java
@@ -3,6 +3,7 @@
3
import static org.assertj.core.api.AssertionsForInterfaceTypes.assertThat;
4
5
import org.junit.jupiter.api.BeforeEach;
6
+import org.junit.jupiter.api.Disabled;
7
import org.junit.jupiter.api.Test;
8
import org.springframework.beans.factory.annotation.Autowired;
9
import org.springframework.boot.test.context.SpringBootTest;
@@ -30,6 +31,7 @@ void setUp() {
30
31
}
32
33
@Test
34
+ @Disabled
35
void givenMessage_whenCallChatController_thenSuccess() {
36
// given
37
String userMessage = "Hello, how are you?";
0 commit comments