From f06e5779f3af207a8e4c456646f43318c5cabdbf Mon Sep 17 00:00:00 2001 From: Kilian Schuettler Date: Tue, 26 Nov 2024 16:59:26 +0100 Subject: [PATCH] RED-8670: add tables to idp result * apparently i've fixed some error, where the ocr-service sometimes hangs --- .../service/ocr/v1/server/OcrServiceIntegrationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-ocr-service/azure-ocr-service-server/src/test/java/com/knecon/fforesight/service/ocr/v1/server/OcrServiceIntegrationTest.java b/azure-ocr-service/azure-ocr-service-server/src/test/java/com/knecon/fforesight/service/ocr/v1/server/OcrServiceIntegrationTest.java index 869e02e..24f98d3 100644 --- a/azure-ocr-service/azure-ocr-service-server/src/test/java/com/knecon/fforesight/service/ocr/v1/server/OcrServiceIntegrationTest.java +++ b/azure-ocr-service/azure-ocr-service-server/src/test/java/com/knecon/fforesight/service/ocr/v1/server/OcrServiceIntegrationTest.java @@ -26,7 +26,7 @@ import com.knecon.fforesight.service.ocr.v1.api.model.AzureOcrFeature; import lombok.SneakyThrows; // in order to run, the azure.key must be set first in the application.yml and you must set the env variable VCPKG_DYNAMIC_LIB to your tesseract and leptonica installation folder -//@Disabled +@Disabled @SpringBootTest() public class OcrServiceIntegrationTest extends AbstractTest {