Temp disable Ollama ITs
This commit is contained in:
8
.github/workflows/continuous-integration.yml
vendored
8
.github/workflows/continuous-integration.yml
vendored
@@ -19,10 +19,10 @@ jobs:
|
||||
distribution: 'temurin'
|
||||
cache: 'maven'
|
||||
|
||||
- name: Cache Docker images.
|
||||
uses: ScribeMD/docker-cache@0.3.7
|
||||
with:
|
||||
key: docker-${{ runner.os }}-${{ hashFiles('**/spring-ai-spring-boot-autoconfigure/src/test/java/org/springframework/ai/autoconfigure/ollama/OllamaImage.java') }}
|
||||
# - name: Cache Docker images.
|
||||
# uses: ScribeMD/docker-cache@0.3.7
|
||||
# with:
|
||||
# key: docker-${{ runner.os }}-${{ hashFiles('**/OllamaImage.java') }}
|
||||
|
||||
- name: Build with Maven and deploy to Artifactory
|
||||
env:
|
||||
|
||||
@@ -22,6 +22,7 @@ import com.github.dockerjava.api.model.Image;
|
||||
import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
import org.junit.jupiter.api.BeforeAll;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.ai.chat.ChatResponse;
|
||||
import org.springframework.ai.chat.Generation;
|
||||
@@ -53,6 +54,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
* @author Eddú Meléndez
|
||||
* @since 0.8.0
|
||||
*/
|
||||
@Disabled("For manual smoke testing only.")
|
||||
@Testcontainers
|
||||
public class OllamaChatAutoConfigurationIT {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user