Temporarily disable Ollama streaming function calling tests

This commit is contained in:
Mark Pollack
2024-12-08 22:15:49 -05:00
parent c4ca5826f7
commit b9e4123b5d

View File

@@ -20,6 +20,7 @@ import java.util.ArrayList;
import java.util.List;
import java.util.stream.Collectors;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@@ -78,6 +79,7 @@ class OllamaChatModelFunctionCallingIT extends BaseOllamaIT {
}
@Test
@Disabled("https://github.com/spring-projects/spring-ai/issues/1891")
void streamFunctionCallTest() {
UserMessage userMessage = new UserMessage(
"What are the weather conditions in San Francisco, Tokyo, and Paris? Find the temperature in Celsius for each of the three locations.");