Skip to content

Commit

Permalink
Fix test setup for observability Ollama sample
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale committed Oct 20, 2024
1 parent c024bd6 commit 5c92b3a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
package com.thomasvitale.ai.spring;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;

@SpringBootTest
@Disabled
class ObservabilityModelsOllamaApplicationTests {

@Test
Expand Down

0 comments on commit 5c92b3a

Please sign in to comment.