Skip to content

Commit

Permalink
Surefire and Maven updates
Browse files Browse the repository at this point in the history
- Disable failing test, because of missing font
  • Loading branch information
asturio committed Dec 3, 2023
1 parent c04a5f2 commit 94ccd51
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import java.io.FileOutputStream;
import java.io.IOException;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import com.lowagie.text.Chunk;
Expand All @@ -11,7 +12,11 @@
import com.lowagie.text.FontFactory;

class PdfDocumentCJKExtensionTest {

// This test is actually only an example. It is disabled because the needed font is not in the repository and
// requires 45 Mb of space.
@Test
@Disabled("This test requires a font file.")
void generateDocumentsWithCJKExtension() throws IOException {
String fontName = "TakaoMjMincho";

Expand Down

0 comments on commit 94ccd51

Please sign in to comment.