RED-8670: write IdpResult to file

This commit is contained in:
Kilian Schuettler 2024-12-06 10:08:13 +01:00
parent c3f3bb47dd
commit 84abba46a5

View File

@ -15,6 +15,7 @@ import java.util.List;
import java.util.Set;
import java.util.concurrent.atomic.AtomicInteger;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.slf4j.MDC;
import org.springframework.beans.factory.annotation.Autowired;
@ -28,7 +29,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 {