RED-6162 - test issue on bamboo

This commit is contained in:
Timo Bejan 2023-03-01 14:35:21 +02:00
parent c1cd4d1cab
commit c2a7e32789

View File

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