Skip to content

Commit ce75471

Browse files
committed
Revert "ignore log stdout test"
This reverts commit 7ed0dbe.
1 parent 02433a6 commit ce75471

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

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

1413
public class LlamaModelTest {
@@ -205,7 +204,6 @@ public void testLogJSON() {
205204
}
206205
}
207206

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

0 commit comments

Comments
 (0)