RED-6162 - test issue on bamboo
This commit is contained in:
parent
9dd26ada04
commit
87ffacb0f5
@ -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() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user