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