TAAS-41: disable experimental tests
This commit is contained in:
parent
ed66043856
commit
daa68f3fa6
@ -4,6 +4,7 @@ import java.awt.geom.Rectangle2D;
|
|||||||
import java.util.LinkedList;
|
import java.util.LinkedList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
import org.junit.jupiter.api.Disabled;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
import com.knecon.fforesight.service.layoutparser.processor.model.GapInformation;
|
import com.knecon.fforesight.service.layoutparser.processor.model.GapInformation;
|
||||||
@ -21,6 +22,7 @@ import lombok.SneakyThrows;
|
|||||||
class GapAcrossLinesDetectionServiceTest {
|
class GapAcrossLinesDetectionServiceTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Disabled
|
||||||
@SneakyThrows
|
@SneakyThrows
|
||||||
public void testGapBasedColumnDetection() {
|
public void testGapBasedColumnDetection() {
|
||||||
|
|
||||||
@ -46,6 +48,7 @@ class GapAcrossLinesDetectionServiceTest {
|
|||||||
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Disabled
|
||||||
@SneakyThrows
|
@SneakyThrows
|
||||||
public void testColumnDetection() {
|
public void testColumnDetection() {
|
||||||
|
|
||||||
|
|||||||
@ -7,6 +7,7 @@ import java.util.Collections;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.stream.Collectors;
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
|
import org.junit.jupiter.api.Disabled;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
import com.knecon.fforesight.service.layoutparser.processor.model.PageInformation;
|
import com.knecon.fforesight.service.layoutparser.processor.model.PageInformation;
|
||||||
@ -22,6 +23,7 @@ import lombok.SneakyThrows;
|
|||||||
class InvisibleTableDetectionServiceTest {
|
class InvisibleTableDetectionServiceTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Disabled
|
||||||
@SneakyThrows
|
@SneakyThrows
|
||||||
public void detectInvisibleTableTest() {
|
public void detectInvisibleTableTest() {
|
||||||
|
|
||||||
|
|||||||
@ -3,6 +3,7 @@ package com.knecon.fforesight.service.layoutparser.server.services;
|
|||||||
import java.nio.file.Path;
|
import java.nio.file.Path;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
import org.junit.jupiter.api.Disabled;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
import com.knecon.fforesight.service.layoutparser.processor.model.PageContents;
|
import com.knecon.fforesight.service.layoutparser.processor.model.PageContents;
|
||||||
@ -13,6 +14,7 @@ import lombok.SneakyThrows;
|
|||||||
class MainBodyTextFrameExtractionServiceTest {
|
class MainBodyTextFrameExtractionServiceTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Disabled
|
||||||
@SneakyThrows
|
@SneakyThrows
|
||||||
public void testMainBodyDetection() {
|
public void testMainBodyDetection() {
|
||||||
|
|
||||||
|
|||||||
@ -3,6 +3,7 @@ package com.knecon.fforesight.service.layoutparser.server.services;
|
|||||||
import java.nio.file.Path;
|
import java.nio.file.Path;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
import org.junit.jupiter.api.Disabled;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
import com.knecon.fforesight.service.layoutparser.processor.model.PageContents;
|
import com.knecon.fforesight.service.layoutparser.processor.model.PageContents;
|
||||||
@ -16,6 +17,7 @@ import lombok.SneakyThrows;
|
|||||||
class TextPositionSequenceSorterTest {
|
class TextPositionSequenceSorterTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Disabled
|
||||||
@SneakyThrows
|
@SneakyThrows
|
||||||
public void testTextPositionSequenceExtraction() {
|
public void testTextPositionSequenceExtraction() {
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user