Skip to content

Commit

Permalink
Update document readers tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale committed Jan 21, 2024
1 parent 3aa94a2 commit c930d63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
package com.thomasvitale.ai.spring;

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

@SpringBootTest
@Import(TestDocumentReadersJsonOllamaApplication.class)
@Disabled // Only run locally for now
class DocumentReadersJsonOllamaApplicationTests {

@Test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
package com.thomasvitale.ai.spring;

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

@SpringBootTest
@Import(TestDocumentReadersTextOllamaApplication.class)
@Disabled // Only run locally for now
class DocumentReadersTextOllamaApplicationTests {

@Test
Expand Down

0 comments on commit c930d63

Please sign in to comment.