TAAS-41: disable experimental tests

This commit is contained in:
Kilian Schuettler 2023-07-24 16:07:27 +02:00
parent ed66043856
commit daa68f3fa6
4 changed files with 9 additions and 0 deletions

View File

@ -4,6 +4,7 @@ import java.awt.geom.Rectangle2D;
import java.util.LinkedList;
import java.util.List;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import com.knecon.fforesight.service.layoutparser.processor.model.GapInformation;
@ -21,6 +22,7 @@ import lombok.SneakyThrows;
class GapAcrossLinesDetectionServiceTest {
@Test
@Disabled
@SneakyThrows
public void testGapBasedColumnDetection() {
@ -46,6 +48,7 @@ class GapAcrossLinesDetectionServiceTest {
@Test
@Disabled
@SneakyThrows
public void testColumnDetection() {

View File

@ -7,6 +7,7 @@ import java.util.Collections;
import java.util.List;
import java.util.stream.Collectors;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import com.knecon.fforesight.service.layoutparser.processor.model.PageInformation;
@ -22,6 +23,7 @@ import lombok.SneakyThrows;
class InvisibleTableDetectionServiceTest {
@Test
@Disabled
@SneakyThrows
public void detectInvisibleTableTest() {

View File

@ -3,6 +3,7 @@ package com.knecon.fforesight.service.layoutparser.server.services;
import java.nio.file.Path;
import java.util.List;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import com.knecon.fforesight.service.layoutparser.processor.model.PageContents;
@ -13,6 +14,7 @@ import lombok.SneakyThrows;
class MainBodyTextFrameExtractionServiceTest {
@Test
@Disabled
@SneakyThrows
public void testMainBodyDetection() {

View File

@ -3,6 +3,7 @@ package com.knecon.fforesight.service.layoutparser.server.services;
import java.nio.file.Path;
import java.util.List;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import com.knecon.fforesight.service.layoutparser.processor.model.PageContents;
@ -16,6 +17,7 @@ import lombok.SneakyThrows;
class TextPositionSequenceSorterTest {
@Test
@Disabled
@SneakyThrows
public void testTextPositionSequenceExtraction() {