Skip to content

Commit

Permalink
ignore log stdout test
Browse files Browse the repository at this point in the history
  • Loading branch information
kherud committed Aug 7, 2024
1 parent 34da54e commit 02433a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/de/kherud/llama/LlamaModelTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import org.junit.AfterClass;
import org.junit.Assert;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;

public class LlamaModelTest {
Expand Down Expand Up @@ -204,6 +205,7 @@ public void testLogJSON() {
}
}

@Ignore
@Test
public void testLogStdout() {
// Unfortunately, `printf` can't be easily re-directed to Java. This test only works manually, thus.
Expand Down

0 comments on commit 02433a6

Please sign in to comment.