RED-6162 - test issue on bamboo

This commit is contained in:
Timo Bejan 2023-03-01 14:35:21 +02:00
parent 9dd26ada04
commit 87ffacb0f5

View File

@ -44,6 +44,14 @@ public class OcrServiceIntegrationTest extends AbstractTest {
assert OCRModule.isModuleAvailable(); assert OCRModule.isModuleAvailable();
} }
@Test
public void mockTest() {
int i = 1;
assertThat(i).isEqualTo(1);
}
@Test @Test
@Disabled // OCRModule is not available on build server. If you want to run the test set the property at the top. @Disabled // OCRModule is not available on build server. If you want to run the test set the property at the top.
public void testOCRMetrics() { public void testOCRMetrics() {