We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18adc4f commit b094a6bCopy full SHA for b094a6b
Examples/ApiExamples/Java/src/main/java/Examples/ExReportingEngine.java
@@ -404,7 +404,7 @@ public void insertImageDynamicallyByBytes() throws Exception {
404
template.save(getArtifactsDir() + "ReportingEngine.InsertImageDynamically.docx");
405
}
406
407
- @Test
+ @Test(enabled = false, description = "https://issue.auckland.dynabic.com/issues/WORDSJAVA-2978")
408
public void insertImageDynamicallyByUri() throws Exception {
409
Document template =
410
DocumentHelper.createTemplateDocumentWithDrawObjects("<<image [src.getImageString()]>>", ShapeType.TEXT_BOX);
0 commit comments