Skip to content

Commit 7ed0dbe

Browse files
committed
ignore log stdout test
1 parent 4523572 commit 7ed0dbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/de/kherud/llama/LlamaModelTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import org.junit.AfterClass;
99
import org.junit.Assert;
1010
import org.junit.BeforeClass;
11+
import org.junit.Ignore;
1112
import org.junit.Test;
1213

1314
public class LlamaModelTest {
@@ -204,6 +205,7 @@ public void testLogJSON() {
204205
}
205206
}
206207

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

0 commit comments

Comments
 (0)